Official Supplier
As official and authorized distributors, we supply you with legitimate licenses directly from 200+ software publishers.
See all our Brands.
// show row indices in the row header cells:
let col = theGrid.rowHeaders.columns[0];
col.cellTemplate = ctx => ctx.text || (ctx.row.index + 1).toString();