|
-
Nov 8th, 2004, 07:10 AM
#1
Thread Starter
Frenzied Member
Prevent Select All In FlexGrid
I am using the 'floating text box' approach to enter data into an MSflexgrid
When a user clicks the top left cell (i.e. in the row/column headers) the whole grid is selected as you would expect.
However, if the user then types something into the activecell, this is placed in all the cells in the grid.
How can I stop entire columns and/or rows from being selected?
Last edited by agmorgan; Nov 8th, 2004 at 12:27 PM.
-
Nov 8th, 2004, 08:55 AM
#2
Thread Starter
Frenzied Member
hmm have just noticed that none of the methods seem to get called before it selects all
Is sub-classing the only way?
I have no idea how to do that
-
Nov 8th, 2004, 10:53 AM
#3
No subclassing neccessary, set the AllowBigSelection property to false.
-
Nov 8th, 2004, 12:27 PM
#4
Thread Starter
Frenzied Member
DOH!
How easy was that!
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
|