Hi,
guess this is a simple one... are not able to figure out how to get the entered filter value in the iggridfilteringdatafiltered event!
Thanks in advance!
Mikael
hi Mikael,
you can do this:
assuming your handler function has the "event" and "ui" parameters:
ui.owner._editors[ui.columnIndex].value();
ui.owner._editors[ui.columnIndex].text();
Hope it helps. Thanks
Angel