I have a grid setup with the filter toolbar:
JQ('#mygrid').jqGrid('filterToolbar');
I use some javascript to add text to one of the filter inputs:
JQ('#gs_title').val('test');
This puts the “test” value inside the filter input box for my “Title” column.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top