I have a kendo ui grid in my page that has some columns. Now I want to add a column to it that shows me row number. How to I do this? Thanks.
YD1m's template did not work for me it treated the variable like a string. So I had to implement it like so:
string
columns.Template(@@((long)counter++))