Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
195
Get the entered filter value when filtermode.simple
posted

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

  • 24671
    posted

    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