Infragistics Home

Infragistics Forums

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

Browse by Tags

All Tags » [ultrawebgrid] » clientside (RSS)
  • Re: Searching the UltraWebGrid

    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...
    Posted to Forum by sschofield on 09-30-2008
  • Change Cell BackColor at Client

    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...
    Posted to Forum by anwang168 on 09-12-2008
  • Re: Tab Stops in Webgrid

    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...
    Posted to Forum by anwang168 on 09-12-2008
  • UltraWebGrid and doPostBack

    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...
    Posted to Forum by Commsoft on 09-03-2008
  • Can Dropdownlist selected value be something other than index 0 upon user entering cell?

    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...
    Posted to Forum by danid12 on 07-28-2008
  • Calculate column totals for group on client-side in grouped grid?

    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...
    Posted to Forum by gregorach on 05-06-2008
  • igtbl_addNew slow

    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
    Posted to Forum by wyw on 03-28-2008
Page 1 of 1 (7 items)
Powered by Community Server (Commercial Edition), by Telligent Systems