|
-
Apr 6th, 2000, 10:56 AM
#1
Thread Starter
Junior Member
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
-
Apr 6th, 2000, 07:27 PM
#2
Member
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
-
Apr 19th, 2000, 02:07 AM
#3
Lively Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|