I'm currently looking at Filters on the ASP MVC grid.
I have this line on my grid:
which works fine, and I can access the original filter element in the userDropdownFilter(element) function in my JavaScript.
I was wondering if it was possible to send additional parameters to this function though, and still pass the original element variable?
Thanks
I have this line on my grid:
.Filterable(filterable => filterable.UI(
"$.fn.kendogrid().userDropdownFilter"
))
which works fine, and I can access the original filter element in the userDropdownFilter(element) function in my JavaScript.
I was wondering if it was possible to send additional parameters to this function though, and still pass the original element variable?
Thanks