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

GridClientSelectColumn with AutoPostBack

1 Answer 137 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Piyush Bhatt
Top achievements
Rank 2
Piyush Bhatt asked on 08 Feb 2008, 07:34 PM
I like the GridClientSElectColumn for the fact that it changes the row-color and selects only one check box if needed.

But what I want is to send a PostBack even on server at the same time so that I can check the selection and take some action on other part of the screen (using Ajax). I don't want to refresh the data that's why I am not using serverside checkbox selection.

Is it possible?

-Piyush

1 Answer, 1 is accepted

Sort by
0
Leon
Top achievements
Rank 1
answered on 11 Feb 2008, 06:58 AM
Piyush,

There is EnablePostBackOnRowClick Grid property which combined with AJAX may do the job for you:

http://www.telerik.com/demos/aspnet/prometheus/Grid/Examples/Client/PostbackOnClientRowClick/DefaultCS.aspx

-Leon
Tags
Grid
Asked by
Piyush Bhatt
Top achievements
Rank 2
Answers by
Leon
Top achievements
Rank 1
Share this question
or