Info on selectred row in OnRecordSelectionEvent

I would like to call a client-side Javascript method when a row is selected in the grid, and in the script get information on the contents of the selected row. Can you give me an example of how to do this? Something like:

Script:
function rowSelected()
{}



Grid:

.ClientSideEvents(events =>
{
events.OnRecordSelectionEvent("rowSelected()");
})


2 Replies

AD Administrator Syncfusion Team September 21, 2011 02:44 PM UTC

Sorry, I meant to post this in Grid. I'll repost it there.



ES Eswari S Syncfusion Team September 23, 2011 05:29 AM UTC

Hi Jim,

Thanks for your interest in Syncfusion products.

We have provided response to your query in the forum 101044.

Could you please refer the below link for your query and follow up in the below forum.

http://www.syncfusion.com/support/forums/general/101044

Please let us know if you have any queries.

Regards,
Eswari.S


Loader.
Up arrow icon