I would like to call a function thanks to a jquery event handler. My trigger is the search the user make on my datagrid (navgrid).
I think the best option is to use someting.on("click", function(){})
were "something" represent the search button. My probleme is that I can't figure out how to call this search button.
Then, can we add a balise to this button or is there an other option?
PS: LoadComplete does't work here because I can't acces the functions I want to trigger from my grid.