Infragistics Home

Infragistics Forums

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

Browse by Tags

All Tags » javascript » csom (RSS)
  • Re: WebDialogWindow Javascript Error

    Hey Kostas! Here is how I was able to set the CaptionText of a WebDialogWindow in a quick sample I just built. In the WebDialogWindow I first added a ClientEvent Initialize... <ClientEvents Initialize="Init" /> Then I added the function Init(); to my JavaScript portion of my document...
    Posted to Forum by timhussey on 12-01-2008
  • Re: How to make the all child nodes checked when the parent node is checked with Javascript?

    Hey tianshuo, You can mess around with the following code snippets to come up with a solution for your request. If none of these help, please post your code and I will gladly help you as best I can. to get an instance of the Tree you can do this in BLOCKED SCRIPT var tree = igtree_getTreeById("TREENAME"...
    Posted to Forum by timhussey on 12-01-2008
  • Set server-side "SelectedNode" object to null by javascript

    Hi guys, The behavior I want to implement is "Reset" the UltraWebTree on Client-side.It means collapse all nodes and clear selectedNode by javascript. My problem is my javascript method can't change the SelectedNode object to null on Server-side . Please see my code below: <!DOCTYPE...
    Posted to Forum by jiangww_0924 on 09-10-2008
  • 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
  • Re: Resize Columns on client side

    The column object has a setWidth() method: var grid = igtbl_getGridById("UltraWebGrid1"); grid.Bands[0].Columns[0].setWidth(100);
    Posted to Forum by helephant on 01-08-2008
Page 1 of 1 (6 items)
Powered by Community Server (Commercial Edition), by Telligent Systems