This is a migrated thread and some comments may be shown as answers.

[Solved] Event for selecting multiple rows

1 Answer 98 Views
Grid
This is a migrated thread and some comments may be shown as answers.
David
Top achievements
Rank 1
David asked on 11 Mar 2008, 03:33 PM
I am currently using the enable post back on the RadGrid along with the OnItemCommand event to fire an even when the users clicks a row.

This works just fine if a user only clicks or ctrl-clicks a row.  If they shift-click select or drag select then the even doesn't fire and I can't seem to find where there is an even that fires.

I'm sure there is someway to do this, seeing as the grid is changing, I just don't know how.

Thanks
Davey

1 Answer, 1 is accepted

Sort by
0
Yavor
Telerik team
answered on 14 Mar 2008, 08:33 AM
Hello David,

You can use the client side API for the control, to intercept the RowSelected client side event. You can then make an AjaxRequest to the server, and handle your logic from there on.

All the best,
Yavor
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Grid
Asked by
David
Top achievements
Rank 1
Answers by
Yavor
Telerik team
Share this question
or