Hello,
I have a problem with the function to filter in the grid…
I have created this example:
http://jsfiddle.net/9brE6/1/
If I filter for the same columns everything is okay. But if I try to filter using the second column doesn’t work… the grid says that there aren’t any match…
However, if I use the following localdata:
{“participantId”:”25″,”idParticipantTest”:”31″},
{“participantId”:”24″,”idParticipantTest”:”30″},
{“participantId”:”23″,”idParticipantTest”:”29″}
the second filter works…
why sometimes works and others no…???
I hope that someone can help me… I really need help…
thank you in advance.