Hi,I am using RadGridView to show some data,anyone has any idea about how to add a column of sequence number like this:
#,col1,col2,col3
1,v1_1,v1_2,v1_3
2,v2_1,v2_2,v2_3
3,v3_1,v3_2,v3_3
...
the # column have no much meaning,just show the sequence number of current row in the grid..
and I want the # column fixed no matter which column is the sort column..
thx.
#,col1,col2,col3
1,v1_1,v1_2,v1_3
2,v2_1,v2_2,v2_3
3,v3_1,v3_2,v3_3
...
the # column have no much meaning,just show the sequence number of current row in the grid..
and I want the # column fixed no matter which column is the sort column..
thx.