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

[Solved] grid clienttemplate with index issue

0 Answers 131 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Ruckumane
Top achievements
Rank 1
Ruckumane asked on 05 Apr 2012, 03:26 PM

Hi, i am having grid with bound columns and one of my column contains clienttemplate to display row index. It is working fine. But how can i get the index value from client template in javascript. the column specification is as follows.

columns.Bound(o => o.TrancheID).Title(

 

"No.").ClientTemplate("<#= ++index #>").Width(80).ReadOnly(true);

Pls help me to resolve the issue.

 

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