|
Browse by Tags
All Tags » [ultrawebgrid] » clientside ( RSS)
-
Hi Tony... I'm attemtping to get the row ID of a row based on the value of a particular cell (in this case, the record ID from the database table). So I'm searching the first grid column for the existence of a specified value (RID) using the following client side script: function ScrollToLastSelectedRow...
-
I tried to imitate the codes from http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.Aspx?ArticleID=10071 . Here is what I did, cell.element.style.backgroundColor = "Green" ; However, I got the error "'element.style' is null or not an object". I looked at the object...
-
The DisplayLayout.ClientSideEvents.EditKeyDownHandler is not firing when the Column.Type of last cell is DropDownList or CheckBox. Here is the java script we used. function UltraWebGrid_EditKeyDownHandler(gridName, cellId, key) { //Get the cell being edited var cell = igtbl_getCellById(cellId); //Get...
-
Hi, I am using the UltraWebGrid inside an UpdatePanel on my page and I am getting numerous Javascript errors after I call the __doPostBack function from a client-side event handler. The grid works fine beforehand, but after the function is called many client-side events (mouse movements and clicks on...
-
UltraWebGrid v 6.2 and .Net 2.0 I have a dropdownlist that is created and filled in the codebehind. I also have the first line/index blank, which is also inserted in the codebehind. Currently, upon enter, it goes to index 0. This happened before and after I inserted the blank at the index 0. Prior to...
-
I'm having a little trouble calculating column totals in a grouped grid. I've started from the sample code in http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=3467, and I can calculate row totals fine. Here is the code I'm using in the AfterExitEditMode handler...
-
Hi, Using Infragistics 6.2. In client side I might add more than 10 rows into a UltraWebGrid. It is very slow. Each igtbl_addNew() takes 360ms - 450ms. Is any option to make igtbl_addNew() faster? Or other functions to let me add multi-row in one call? Thanks, Yiwen
Page 1 of 1 (7 items)
|
|