Using FlexGrid control....
-
Hai everybody.. I want to make the FlexGrid cell as EditBox...I have wtitten the code for this but when move out of that cell after editing cell is not getting its border back...can anybody help me??? ThomasKennedyBose
-
Hai everybody.. I want to make the FlexGrid cell as EditBox...I have wtitten the code for this but when move out of that cell after editing cell is not getting its border back...can anybody help me??? ThomasKennedyBose
-
How are you doing this because I have played with this option just for fun so I could be able to help. // Afterall I realized that even my comment lines have bugs
I have Dockable Window...Iam placing FlexControl over it...when the user clicks on it(on a perticular cell),..it should be able to act as a EditControl and when the user leaves the cell or enters into next cell previous cell sholud be filled with the text and all the border lines should appear...I have created a Edit control and placing over the cell where the user will click..getting the string from it placing the on same cell(its border lines are not appearing properly)when the user leaves or enters the next cell. I couldn't find much documentation on this FlexGrid any where...can u please help me !thanks in advance. ThomasKennedyBose
-
I have Dockable Window...Iam placing FlexControl over it...when the user clicks on it(on a perticular cell),..it should be able to act as a EditControl and when the user leaves the cell or enters into next cell previous cell sholud be filled with the text and all the border lines should appear...I have created a Edit control and placing over the cell where the user will click..getting the string from it placing the on same cell(its border lines are not appearing properly)when the user leaves or enters the next cell. I couldn't find much documentation on this FlexGrid any where...can u please help me !thanks in advance. ThomasKennedyBose
Actually when I asked you I meant to see some source code because I can't really guess, but from your description my initial guess is that the Redraw property might not be set to true. If you don't know what that is go to the RC editor, right click on the grid and select PROPERTIES and there the tab ALL. Scroll down and find Redraw and make sure that is set to TRUE. If that doesn't help, then show me some source code (please only the relevant parts) like when you enter the cell, how do you create the edit controll, and what do you do when you leave the cell. // Afterall I realized that even my comment lines have bugs