Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Tejas Shah on Dec 23, 2008 01:26
open dhtmlx forum
:: DHX Grid :: Calling onFilterEnd after using filterBy API.

Hi there,

I am using filterBy API to filter the content shown in the grid on click of some button and I have written some code in onFilterEnd event.
I want that the code written in onFilterEnd should be called after using filterBy API. How to do that ?
Answer posted by Support on Dec 23, 2008 02:39
You can fire event manually as

grid.fitlerBy(....);
grid.callEvent("onFilterEnd",[]);