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
845
Printing Ultrawebgrid - Disable Javascript?
posted

There are a way to disable all the javascript events of the grid?

I want that the grid in the print preview page has no javascript event... i am having problems with this because the print preview page is throwing a javascript error when i move the mouse over the grid 

onmousemove='igtbl_cellMouseMove(event,"wpmxwp986637087xTabControlxxctl2xGridControl");

  • 19308
    posted

    Setting the grid to the read-only modes will remove varying degrees of javascript from the grid.  Setting one of these modes should not create a javascript error, and you shouldn't have to manually remove the events.  Check to see if there's a hotfix available for the version you're using, as this may have been a bug that has already been fixed.  You can also contact Developer support through one of the options at www.infragistics.com/gethelp.

    Hope this helps,

    -Tony