|
-
Mar 21st, 2002, 08:32 PM
#1
Thread Starter
Member
MSHFlexGrid Selection Row Query
Can anyone please tell me how to select a row so that i can delete it from a MSGFlexGrid.
All i want to do is click the first coloum and voila, it's selected the whole row.
Thanks for any help.
-
Mar 22nd, 2002, 02:16 AM
#2
Addicted Member
hello there
What exactly u wanna do?? delete the row from the grid as well the database? or only from the grid??
for removing it from grid u can use
- Grid.RemoveItem (Grid.Row)
Grid.Row will return the current row...
as it is when u click on the fixed column the row is selected. If u r facing problems u could change the cell color for the row selected & again make it normal color when user clicks on a selected one.. I have used the technique for multiple selection..
Last edited by Rohan_Powle; Mar 22nd, 2002 at 02:22 AM.
"Trouble Gives Experience & Experience Gives Wisdom."
(accept troubles as they come to become more wise in life)
 - Regards Rohan
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
|