:: Forum >>

Adjusting displayed row numbers

Hi,

The grid displays the row numbers under column 1. Is there way I can set those values myself?
I want to do server-side paging, and I need to adjust the row number accordingly (rowNum = rowNum + substart).
Would there be a way to generate the row numbers with a starting index?

Thanks!
Steve
Tuesday, December 7, 2004
You just need to add this
obj.setRowText(function(i){return substart + i});
VicMan
Tuesday, December 7, 2004

This topic is archived.


Back to support forum

Forum search