Rank: Advanced Member Groups: Member
Joined: 5/22/2009 Posts: 33
|
Hello Sir,
I run the demo of Row Selection but I have a question about how to get the selected item at server side?
As the example, it show me to get the selected item at client side but I need to get selecteditem with server code. It seems there is no ItemSelected event for FullRowMode=true. Can you show me how to get seleced item row in server? Thank you.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
You will use SelectedItemIndex property.
Thanks
|
Rank: Advanced Member Groups: Member
Joined: 5/22/2009 Posts: 33
|
Thanks. Another question, can it support multiple selection? If I do not use the checkboxcolumn, can it support multiple row selection?
|