I have a JQuery themeroller css that I’m using site wide. The standard <select> menus are ugly with the rest of the site is using JQuery UI selectmenu() (widget) to re-style.
I am invoking $(“select”).selectmenu(…) with each afterShowForm event.
Applying this to jqgrid, search, edit and add dialogs seems work graphically but it fails to function as a menu, say in the search. It’s the like the original menus had change events and these are not passed on after selectmenu(…) invoked.
Any suggests would be really helpful since I’ve been on this problem for a few days now.