Hi,
Is there a way to set the search Params by the code ?
I tried this way, but it doesn’t work :
$(“#list2”).setGridParam({
page:1,
search:true,
searchString:obj.options[obj.selectedIndex].value,
searchOper:”cn”,
searchField:”NO_SAL_ATB”
});
Any idea?