Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
205
Getting selected data index when grid is filtered
posted

Hi,

I have a grid bound to a local JSON array, when the user clicks on a row in the grid I use the selected index to access the JSON object and then perform an operation on it. However I can't seem to work out how to make this work when the grid is filtered as the index is the displayed index and not the index of the original data.

 

Am I missing something obvious?

 

Thanks