Home › Forums › Guriddo jqGrid JS › Help › FilterToolbar BeforeSearch Validation
I'd like to check the values that are in the filterToolbar input boxes in the beforeSearch event. I have:
…
jQuery(“#list”).jqGrid('filterToolbar', {
Bump! I believe these controls are being created dynamically, in-memory. That does not mean that they are inaccesable. Any suggestions? How are these controls named?
Thanks!
Hello,
beforeSearch: function() {
var posted_data = $(“#mygrid”).jqGrid('getGridParam,'postData');
if(posted_data.address == 'myadderss') return true;
else return false;
}
Best Regards
Tony
Stay connected with us in your favorite flavor!
Copyright 2014 TriRand LtdAll Rights ReservedRSS