Results 1 to 3 of 3

Thread: Doubts Regarding Ms Flex Grid

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Oct 1999
    Location
    chennai,tamilnadu,india
    Posts
    29
    Hi all,

    I have got a simple doubt is there any ways of editing into the cells of a Flexigrid Control.If yes Suggest Please.

    Thanx
    Murali

  2. #2
    Member
    Join Date
    Jan 2000
    Location
    Southbridge, MA, USA
    Posts
    40
    Murali--
    You cannot directly edit the contents of an MSFLexGrid cell. You must create another control, such as a TextBox, and link the contents of the TextBox with the MSfg cell, for example,
    txtBox.Text = fgrid.TextMatrix(2,2)
    Then write a routine for the TextBox_Change such as
    fgrid.TextMatrix(2,2)=txtBox.Text

    Of course, to make it look like you're editing the MSfg cell, you'll have to superimpose your TextBox over the MSfg cell. Have fun,
    --Carl

  3. #3
    Lively Member
    Join Date
    Jan 2000
    Location
    Neenah, WI USA
    Posts
    95

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width