Hi
I have a multi-select RadGrid.
I have supplied and ItemCommand handler in my server side code,
and it gets triggered when I click on a row.
I get the RowClick item command
However if I have focus on the grid and hold the shift key down
and then I hit the down or up arrows the Selection column
changes, but I don't get a server side ItemCommand triggered.
Is there some other event handler I need to hook into to handle
the shift key mechanism for multi-selecting?
TIA
I have a multi-select RadGrid.
I have supplied and ItemCommand handler in my server side code,
and it gets triggered when I click on a row.
I get the RowClick item command
However if I have focus on the grid and hold the shift key down
and then I hit the down or up arrows the Selection column
changes, but I don't get a server side ItemCommand triggered.
Is there some other event handler I need to hook into to handle
the shift key mechanism for multi-selecting?
TIA