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
980
UltraWebListBar & WebExplorerBar: AutoPostBack issue
posted

Hi,

I'm changing UltraWebListBar to WebExplorerBar while migrating to new controls. In the first it was possible to explicitly say if one wants postback on groupClicked or on ItemClicked. However, in WebExplorerBar Groups are treated like items. So, I need to handle group-click event client-side and item-click event server-side. Of course in server-side I can use

if (e.IsExplorerBarItem()),

but I don't need the postback at all, i don't need that page refreshing.

Any help?

Parents Reply Children
No Data