This question is locked. New answers and comments are not allowed.
Hello Support,
The client side filter method for the grid is not working, I already went over several others posts describing the problem and possible solutions but none of those have worked
Im currently doing:
Being StageName a valid column on ReferralsGrid
I have tried: without the ajaxRequest, rebinding the grid after calling filter, setting filterBy, using grid = $("#ReferralsGrid").tGrid().data('tGrid');
None of them have worked
Please help
Thanks
The client side filter method for the grid is not working, I already went over several others posts describing the problem and possible solutions but none of those have worked
Im currently doing:
var grid = $("#ReferralsGrid").data('tGrid'); grid.filter("StageName~eq~Coordination");grid.ajaxRequest(); Being StageName a valid column on ReferralsGrid
I have tried: without the ajaxRequest, rebinding the grid after calling filter, setting filterBy, using grid = $("#ReferralsGrid").tGrid().data('tGrid');
None of them have worked
Please help
Thanks