|
Browse by Tags
All Tags » JavaScript ( RSS)
-
Hi Taz, I am using the UltrawebGrid to show the data, in which I am dynamically getting the dropdown list populated for second column on the basis of value selected in the first column. Here I am using Javascript to populate the items to the ValueList for the column of type dropdown list. The same functionality...
-
Hi, If a user enters a value in the WebPercentEdit control, and the value is changed in the valueChange event; if the user enters the same value as previously, the valueChange event is not raised.In the code below; if user enters 1, the value is set to 123 in the event handler. If the user enter's...
-
Hi, Just copy it from GAC here is how to copy in .NET command prompt : C:\WINDOWS\assembly\GAC_MSIL\Infragistics2.Documents.v8.2\8.2.20082.1000__7dd5c3 163f2cd0cb>copy Infragistics2.Documents.v8.2.dll c:\ it will copy the Infragistics2.Documents.v8.2.dll to c:\, upload it on your server and enjoy...
-
Hello, I am using Ingragistics 6.2 and I need to bind the web grid from client side javascript. I saw there is a feature call loadondemand using XML which I havent tried. My requirement is, I have a collection object from AJAX webservice which I need to bind in the web grid using javascript. Could anyone...
-
I am working on a project that I need to use the Infragistics WebGrid control for some lists of data. I am loading the data on the client-side using JavaScript for display on a Map, and then I need to display that same data within multiple WebGrids. All the data available will be displayed in the WebGrids...
-
i have 3 forms inbox.aspx-main form ,inbox.ascx -user ctrl called inside inbox.aspx,inboxitems.ascx -called inside inbox.ascx,the code for the forms are below inbox.aspx-only have the inbox.ascx form being called nothin else is there inbox.ascx- code <table style="height: 100%; width: 100%;">...
-
Hello, I have a WebTree control embedded on 5 groups on a WebListBar inside the left column of an HTML table. The column width is set to 22%, the WebListBar's width is 100%, and the WebTrees on each of the WebListBar groups is set to an initial width of 267px via javascript. The problem occurs when...
-
Odd behavior here. On one page, I have 4 grids. Call them grdMaster, grd1, grd2, and grd3. Each of the last 3 grids has their own WARP control (wrp1, wrp2, wrp3). When a row is changed on grdMaster I execute: wrp1.refresh(); wrp2.refresh(); wrp3.refresh(); Each refresh posts back and the appropriate...
-
I'm experiencing an issue where my ultrawebgrid appears to be processing a lot of javascript overhead when i move a mouse cursor over it after rendering; the CPU spikes up to the 90% region almost immediately on the client machine. I've already disabled the viewstate for the grid in question...
-
Well, the title's fairly decriptive. I'm using Visual Studio 2008, the 3.5 version of the components and C#. The issue I'm having is that the ScriptManger.RegisterClientScriptBlock command isn't putting my script block into the HTML page after an asynchronous postback of a formview. Or...
|
|