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

How do I get current row from index?

0 Answers 141 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Weera
Top achievements
Rank 1
Weera asked on 23 Jun 2012, 06:48 AM
Hi,
I work on the kendo grid.
dataBound: function (e) {
            this.element.find("#security").each(function (sender) {
                //set current row here.
                currentRow[0].removeClass("securityOff").addClass("securityOn");
            });  
       }

How do I refer to current row from index such as 0,1,2

No answers yet. Maybe you can help?

Tags
Grid
Asked by
Weera
Top achievements
Rank 1
Share this question
or