3.2.0

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
September 1,
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
September 1,
This doesn't work with the 2.0 files. Are you going to add examples for the 2.0 software also??
Jim
September 23,

This topic is archived.

See also:


Back to support forum