Hello,
I’ve run into an issue. I’d like to retrieve a property from a row of data when a user clicks on a cell. The property is in the original data set, but it isn’t displayed in the grid. Also, I’m using the scroll feature, so the row ID’s are coming back like “jqg20”.
I’ve tried using getRowData, but that only returns the data that is displayed in that row. getLocalRow will not accept the row ID with “jqg” in it. Is there another way that I can access the same row in the local data that the user clicked in the grid to pull out a property?
Here is the jsfiddle that I’ve created to show the problem:
https://jsfiddle.net/rhv247q7/
Thanks,
Thomas Mondelli
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top