Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Raghu on Oct 31, 2008 09:48
open dhtmlx forum
Grid filter

Hi,
In case of dynamic loading, when  i call this mygrid.filterBy(4,"Incomplete");
its making the ajax request to load the xml,is there any way to avoid this ajax request
Answer posted by Support on Oct 31, 2008 09:51
Filtering will not work for dyn. loading modes.
In your situation, after filtering some not loaded area comes to visible part of grid and as result requiest for data loading sent. 
You can attache code to onDynXLS event and return false from it to block data loading.