Are there any client side events available for events related to the filter popup menu of the grid?
We are currently using jquery Globalize(https://github.com/jquery/globalize) as a solution to our globalization requirement for our web app.
To keep number and date formats consistent accross the application we would like to use the plugin for the kendo ui grid as well (we're currently evaluating kendo ui as a replacement for the grid that we currently use).
Our current grid exposes events such as FilterPopUp and FilterRequest. We need such client side events so that when a user interacts with the filter menu, we can format/unformat numbers/dates that the user interacts with in order to keep a standard format within the grid but display globalized values to users.
1) Does the Kendo UI Grid filter menu expose such events?
2) Has anyone successfuly implemented globalization without using the built in kendo globalization?
Thank you,
We are currently using jquery Globalize(https://github.com/jquery/globalize) as a solution to our globalization requirement for our web app.
To keep number and date formats consistent accross the application we would like to use the plugin for the kendo ui grid as well (we're currently evaluating kendo ui as a replacement for the grid that we currently use).
Our current grid exposes events such as FilterPopUp and FilterRequest. We need such client side events so that when a user interacts with the filter menu, we can format/unformat numbers/dates that the user interacts with in order to keep a standard format within the grid but display globalized values to users.
1) Does the Kendo UI Grid filter menu expose such events?
2) Has anyone successfuly implemented globalization without using the built in kendo globalization?
Thank you,