|
-
Aug 21st, 2000, 05:52 AM
#1
Thread Starter
New Member
I have a bound DataGrid (read only) and I want to be able to select multiple rows when I click on them with the left mouse button (much like the multi select feature in a list box). How would I go about doing something like this? Or can someone point me to an example/article on selecting?
Thank you!
Linda
-
Aug 21st, 2000, 06:52 AM
#2
Fanatic Member
Multi rows can be selected by holding the Ctrl key down and selecting the row.
-
Aug 21st, 2000, 06:59 AM
#3
Thread Starter
New Member
Mine doesn't, so does that mean there is a property that has to be set that I haven't?
-
Aug 21st, 2000, 07:08 AM
#4
Fanatic Member
Right click the datagrid and click Properties
Select the Splits tab
Ensure the 'Record Selectors' check box is checked, if not check it.
This will put a grey column down the left of your control when run. The black arrow will indicate the current record. Now press the Ctrl button select the row by clicking the grey area for the applicable rows.
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
|