Infragistics Home

Infragistics Forums

Infragistics community online discussions.
Welcome to Infragistics Forums Sign in | FAQ
in Search

Browse by Tags

All Tags » javascript » 8.1 (RSS)
  • Re: CSOM resize() function not working in 2008 Vol.1 !?!?!

    It's a bug. For the height it's used correctly. Thus I copied the sourcecode and wrote my own function. For everyone having the same problem here it is: function resizeGrid(grid, width, height) { width = (width<0)?0:width height = (height<0)?0:height if(!ig_csom.IsIE || ((ig_csom.IsIE6...
    Posted to Forum by lallebob on 03-05-2008
  • CSOM resize() function not working in 2008 Vol.1 !?!?!

    Hi All, I just upgraded to version 8.1.20081.100. I used the Project Updgrade Utility to upgrade my project. Now I get a JavaScript error when using the resize() function of the grid on clientside. The error occurs in ScriptResource.axd on line 6485 at this point: ... var marginWidth = igtbl_dom.bordersWidth...
    Posted to Forum by lallebob on 03-05-2008
Page 1 of 1 (2 items)
Powered by Community Server (Commercial Edition), by Telligent Systems