Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - vitroz

Pages: [1]
1
Sorry about that, I found out that there was a logic error on my code.

2
Thanks a lot for the reply, I'll provide the jfiddle tomorrow at last!

3
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?

Pages: [1]