|
Browse by Tags
All Tags » javascript » csom ( RSS)
-
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...
-
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"...
-
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...
-
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...
-
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...
-
The column object has a setWidth() method: var grid = igtbl_getGridById("UltraWebGrid1"); grid.Bands[0].Columns[0].setWidth(100);
Page 1 of 1 (6 items)
|
|