:: Forum >>
how to change the starting number of row index??
In default, the row index of Active Widgets Grid starts from "1". Now, I have a problem in changing the starting number of the row index from "1" to myVarible. Could anyone tell me how to change the starting number of the row index. Thanks!!! :)
Jack
Wednesday, May 4, 2005
This works for me:
obj.setRowText(function(i){return startingRow + i});
D. Cooke
Thursday, May 5, 2005
I really appreciate your help. thank you!!!
Jack
Thursday, May 5, 2005
Hi, Cooke
I applied your solution to the example file offered by Active Widgets(examples/grid/basic.htm), and it worked. But, there came another problem after adding the code to the example file.
 After adding that, the order of row index will change when I sort some column by clicking the header of the column.
Does anyone know how to make the "modified" row index fixed when doing sorting??? Thanks!!  :)
Jack
Thursday, May 5, 2005
D. Cooke
Thursday, May 5, 2005
This topic is archived.
Back to support forum
Forum search