This question is locked. New answers and comments are not allowed.
I want to apply grid filtration by clicking a button
the click handler is :
where
but it gives this error
any help , please ?
the click handler is :
function applySearch() { var patientsGrid = $('#Patient').data('tGrid'); patientsGrid.rebind({ 'Mobile Phone': '26742223' }); }where
'Mobile Phone' is the grid column but it gives this error
Microsoft JScript runtime error: 'this.ajax.selectUrl' is null or not an objectany help , please ?