Hi,
I haven't found a good solution to my problem which is to add some additional data to each row (i.e. some IDs) that will obiously not be displayed as columns (nor hideen ones), but will be accessible via getRowData() function (or similar).
The goal is to pass some additional IDs to the grid to be able to build the links for some columns – i.e. I have Customer and Order columns and I want to create a link for each of then in each row and the link should use the CustomerID (that's easy – the rowID) AND the other link should use orderID… So, what's the best way to populate orderID for each row?
Thanks,
Tom
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top