:: Forum >>

Getting row properties

Hi,
is it possible to assign custom row numbers? For example I have unique IDs that I want to display in the grid, can this be done?
John D
Thursday, September 1, 2005
Yes, use setRowText. Here is an example of how to number the rows starting at 30. You could get the info from an array like you do the data or any way you think you can, your limit is your imagination:

Grid.setRowText(function(i){return (30 + parseInt(i))});
Jim Hunter
Thursday, September 1, 2005
This doesn't work with the 2.0 files. Are you going to add examples for the 2.0 software also??
Jim
Friday, September 23, 2005

This topic is archived.


Back to support forum

Forum search