This is a migrated thread and some comments may be shown as answers.

[Solved] Filtering grid on client side not working

0 Answers 122 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Mario
Top achievements
Rank 1
Mario asked on 22 May 2012, 09:58 PM
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:
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


Tags
Grid
Asked by
Mario
Top achievements
Rank 1
Share this question
or