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

How to get a line number in the grid

0 Answers 39 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Igor
Top achievements
Rank 1
Igor asked on 07 Aug 2012, 03:42 PM
my grid

$("#grid").kendoGrid({
                        change: onChange,
                        selectable: "multiple",
                       .......
                       )}

        function onChange(arg) {
            this.select().text();    // get text
                                     // and how can I get a line number in the grid on change
                          }

thanks

No answers yet. Maybe you can help?

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