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

Get Rad grid row index on toggle button state change

0 Answers 51 Views
ToggleButton
This is a migrated thread and some comments may be shown as answers.
Yash
Top achievements
Rank 1
Yash asked on 20 Apr 2018, 01:23 PM

I have a rad grid and on every row i have rad toggle button, now i want whenever user change state of toggle button then in javascript i have to get row index of rad grid.

I have written following

its giving me toggle button that state just changed but now i want row index of radgrid where this control resides

function toggleStateChangedDir(sender, args) {
 
 var getElement= $telerik.$(sender.get_element());
 
}

 

No answers yet. Maybe you can help?

Tags
ToggleButton
Asked by
Yash
Top achievements
Rank 1
Share this question
or