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
160
Problem with checkboxes in UltraWebGrid in Chrome/Firefox/Safari
posted

I'm testing v2011.1 in Chrome, Firefox and Safari.

All seems to work fine with the exception of checkboxes in WebGrids. Inspecting the HTML code of the page I've discovered that the onpropertychange event is used to catch checkbox changes. That event in not supported in browser different from IE and the onchange event should be used instead.

My application forces page.clienttarget="uplevel" on every page. If I remove this assignment, the onchange event is correctly used when rendering the control, but other ASP.NET controls in the page looks very badly. If I keep that assignment, all work fine but checkboxes in grids.

The browser property on grids is set to Auto.

My question is: how can I force the UltraWebGrid to use the onchange event for checkboxes when rendering the control?

Thanks in advance.

Pier Alberto

Parents Reply Children
No Data