I am having an issue with resetting the search filter on a grid when the rowNum is set to -1. I have a loadonce grid that receives json data then works completely on the client side. Part of its functionality involves programmatically applying a filter to it. To apply the filter I wrote the following method:
function searchGrid(gridId, field, string) {
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top