Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
345
Predefined column filter?
posted

I'm using infragistics 2011 vol 2 Jquery Grid with MVC 3 and would like to know if there was a way to create a predefined filter when the grid is rendered.

Currently using the javascript api method:

$("#grid").igGridFiltering('filter', ([{ fieldName: filterColumn, expr: expr, cond: condition}]));

kind of works but there is some stuttering when the grid is being rendered and it doesn't seem like it's working with advanced filter mode. It isn't recognizing the filter at all so when we filter it with something else, it overwrites it.