Hi pqTeam,
I recently upgraded to version 5.6 and ran into a problem with an infinite scrolling grid I created previously.
The ID field is an integer, and I had set the filter condition to 'equal', which makes that column's filter to become a dropdown. I tried to force it to be a textbox by adding the "type: 'textbox'" inside the filter object, but it does not work. The problem is that since this is an incremental load, I cannot use a dropdown because it would be limited to the records already loaded, and when I change the filter condition to anything other than equal, I get an error because 'StartsWith' is not valid for Int32 types.
Thank you,
OA