Hi Folks,
I have a grid that I need to implement Multi Row Select. I have tried everything I can think of to get this to work but the grid will still not multiselect.
The grid is databound to a sqldatasource, I have set the SelectTypeRowDefault to extended, I have checked this isn't being overridden by the banding. I have RowSelectors enabled. I am using version : 8.1.20081.1000
I am now stuck, I would appriciate any help.
Regards
Paul
Hi Darrell
Answered my own question.
I remember I had an old grid that I knew i had multiselect working, so I copied that code into my new project and it worked. After comparing the code the one item that was missing from my original grid was a RowSelectorStyleDefault. So my grid was in fact grouping but because I hadn't hightlighted the selected rows it looked as if it wasn't selecting.
Thanks for your reply anyway
Both unfortunately. Since I posted I have installed a hot fix to take it to version : 8.1.20081.2033 however I still cannot get it to work.
Are you having problems with shift selecting of row or control selecting of rows?