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

Checked value from RadGrid

1 Answer 62 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Kaushal
Top achievements
Rank 1
Kaushal asked on 30 Oct 2010, 11:51 AM
Hello ALL,

              I have one radwindow, which contains grid with checkboxex, on click of Close button i have to pass datakey of each row which have been checked from radgrid using client side scritption, can you please tell me how can i get checked row from grid using javascript or something else.


Thanks
Kaushal

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 01 Nov 2010, 08:11 AM
Hello Kaushal,


Try the following suggestion.

Iterate through the selected grid items and get the DataKeyValues using getDataKeyValue() method. More information will be available here.
Extracting key values client-side

Now pass the values (use comma separated vales) to main page following the technique described in the documentation. From the main page, extract the values in OnClientClose client event.


Hope this helps...

Regards,
Shinu
Tags
Grid
Asked by
Kaushal
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or