|
-
Nov 1st, 2000, 11:23 PM
#1
Thread Starter
Randalf the Red
I am using MSFlexGrid in my project at various points to display information in a tabular format. I find that the grid does not have built in editing capabilities and so I have added artificial editing capabilities to it.
The thing is I cannot properly detect the current cell coordinates in many cases even after using the RowColChange or EnterCell events. They are fired at all the wrong times. Or else I have to check the current cell coordinates in so many events, the code is unmaintainable.
I also tried using VSFlexGrid, a third party grid control, but found that it does not support some events which will allow you to validate the keystrokes.
Can anybody give any tips on using the grids in your project? I don't want the grids to be bound to a recordsource.
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
|