Hi guys!
So, Im getting all my JSON Data and displaying it correctly on the grid.
The problem im having occurs when I am testing my filters functions.
When I select an option from a dropdown menu, the filter perfoms a search in the JSON array and returns an array with only the values I want, and then I use $grid.pqGrid("refreshDataAndView"); to display the new array on the grid. It works like a charm.
Although, If I try to select another option from the same dropdown menu, when the code reaches the point of refreshing and showing the new array with other values. I get an Uncaught TypeError: Cannot read Property 'hidden' of undefined.
Has anyone faced this issue before?