• Inheriting Behavior

    I am using the WebDataGrid and set up the Customer Pager Template demonstrated in the online samples.


    What do I need to do to ensure that any future WebDataGrids inherit both the visual behavior and functionally of this so that it does not have to be specified…

  • Setting the scroll position in webdatagrid

    Hi,

    I have a webdatagrid that has many rows and i want to remember the position of the scroll bar and the row every post back when I select any row and do any postback.

     when I put the scroll bar in the selected row at the center  of the webdatagrid the scroll…

  • How to Get and Set WebDataGrid width when ColumnResizing

    I am totally new to Infragistics and the use of the WebDataGrid. 

    I enabled column resizing and the javascript client events to capture the resizing and resized behaviors

    I want to increase or decrease the width of the WebDataGrid based on a change in any…

  • How to achieve Multi column header in webdatagrid control

    Hi,

    I want to implement mult column header (grouping of columns) in webdatagrid control.

    I searched a lot in all forums but i found the solution for ultrawebdatagrid control.But same thing

    i want in webdatagrid conrol.

    It is very urgent requirement…

  • When selecting a Cell on IE8, WebDataGrid jumps to header

    Im having a problem with the WebDatagrid and IE8, when there is enough data to make the scroll appear, I go down and when clicking on a Cell it will make the dialog jump to the header and then it will open the edition control much below the place it should…

  • Re: Does WebDataGrid support showing icons?

    Yup, you can still do the same exact thing, but you need to use an external CSS class rather than the CustomRules property.  You'll want to set the background-image css property for the cssclass you associate with teh WebDataGrid column. 

    You can also…

  • Re: Open Webdialog on Double Click of WebDataGrid Row

    Hi all

    I have the same issue.

    I'm currently looking for the following client side events for WebDataGrid:

    - AfterCellUpdate
    - CellClick
    - DblClickHandler

    All these events are available in UltraWebGrid but I cannot find similar events in WebDataGrid…

  • Webdatagrid AjaxIndicator will not shown

    Hi, i have on my page (v10 vol2 framework 4.0) a webdatagrid with a custompager

    <asp:UpdatePanel ID="UpdatePanel1" ChildrenAsTriggers="true" UpdateMode="Conditional"
         runat="server">
         <ContentTemplate>

  • Webdatagrid - scrollIntoView

    Hi,

    We are updating to Infragistics 13.1 from 7.3.

    Currently trying to scroll the webdatagrid programmatically at the client side using javascript.

    Earlier for Ultrawebgrid, scrollToView() was used. 

    Tried using scrollIntoView for webdatagrid. But…

  • asp:updatePanel could not be set on property contenttemplate using infragistics webdatagrid

    Hi All,

    I am new to infragistics control, i am running into problems with this webdatagrid control.

    Following is my code:

    <asp:UpdatePanel ID="pnlUpdate" runat="server" UpdateMode="Conditional">
            <ContentTemplate…