Hi,
I’m loading data via grid.parse(ar, ‘jsarray’). Is it possible to structure the array in such a way that I can set the row ids? How would that work?
Thanks!
Hi,
I’m loading data via grid.parse(ar, ‘jsarray’). Is it possible to structure the array in such a way that I can set the row ids? How would that work?
Thanks!
There is no way to structure the array in such a way that you can set the row ids. In case of loading grid from js array row ids will be added automatically.
Great, thanks. I tried parsing json instead, which allows me to set an id for the row. But I found that if I use a function that takes the row id as a parameter (such as cellById) while using SmartRendering, that function triggers an error. I’m assuming that it’s not finding the row because of SmartRendering. But if that’s the case, then why does it work when I load from a jsarray and the id is added automatically? Is it possible to set the row ids and actually use them if I’m using SmartRendering?