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
40
UltraWebGrid delete problem in other browsers
posted

I just migrated by code from Infragistics.V8.2 to V9.1 and already I'm getting loads of cross browser issues.

One in case is the UltraWebGrid. I've set the following

e.Layout.AllowDeleteDefault = Infragistics.WebUI.UltraWebGrid.AllowDelete.Yes;

When I run the code in IE 6, the delete works fine but if I do the same in Firefox, safari or any other browser nothing happens. 

Jesbin