-
Hello everyone:
I use a flex grid control (about 65 lines) to read/write data from a text file. I use a textbox that resizes itself over each cell to enter in data. I've written the code that moves the textbox to the next cell after each tab/return. But for the life of me, I can't get the scroll bar to move or respond to enter/tab keys inside the flex grid (using arrow keys to navigate will work just fine, scroll bar moves). I have the scroll locking property set to true, and I have tried setting the property to 'true' inside of different events. No luck so far! Anyone with any ideas? I need to get the scroll bar to respond to the enter/tab keys otherwise the cells that receive focus are no longer visible. I will next try to just add in another scroll bar, but I would like to use the scroll bar that is part of the flex grid properties. Thanks for the suggestions! --Dean
-
Stop mucking around with FlexGrid and buy Apex TrueDBGrid - you won't need to have text boxes resizing themselves to enter data then - it's a true bound grid to the datasource.
Check it out at http://www.ApexSC.com
I've been using it for 2 years and haven't been disappointed yet...