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.
Printable View
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.
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..