Hi,
I have a grid with hidden field ID.
I will do some filtering and after this I want to get all the IDs after filter has been applied.
I am using
$("#jqxMyGrid").jqxGrid('getrows')
This will return all the data that is visible in grid after filter however it will not return hidden fields so I can not extract ID.
What I need is after filtering to get all the IDs (hidden field) or get all DATA but including hidden fields.
Best Regards.
-
This topic was modified 6 years, 11 months ago by antrax13.
-
This topic was modified 6 years, 11 months ago by antrax13.