• Create ImageButton Column in WebDataGrid

    Create ImageButton Column in WebDataGrid

  • Re: Getting JavaScript Runtime Error After CRUD Operation and then on Selection of WebDataGrid

    The Following is my WebDataGrid and ObjectDataSource

    <ig:WebDataGrid ID="WebDataGridDashboards" runat="server"
                DataSourceID="ObjectDataSource1" Height="400px" Width="100%"
                DataKeyFields="InstanceKey…

  • Re: WebDropDown in WebDataGrid closes on dropdown

    I'm referening to the WebDropDown / WebDataGrid.

  • Filter functionality for WebDataGrid

    We have two more queries related to WebDataGrid

    1. We required Filter functionality for WebDataGrid.

    2. Deletion of Multiple Record on Multiple Selection

    1. We required Filter functionality for WebDataGrid.

     Actually we have WebDataGrid with morethan…

  • Re: Centered Columns in First Row Shifted to Left

    WebDataGrid - Infragistics4.Web.v11.1, Version=11.1.20111.1006

    I am centering the data via CssClass. How do you center the column itself with WebDataGrid?

    The shift occurs within the cell. It is slightlly off-center.

     

  • Re: Error on WebDataGrid control

    Hi Sabarees.M,

    As the error says, you did not set the DataKeyFields property on the WebDataGrid itself.  The WebDataGrid is not unbound.  It is bound to the datasource and thus requires its primary key in order to update it properly.

    regards,
    David Yo…

  • How to set the selection when using filtering?

    I'm using the webdatagrid from Infragistics45.Web.v16.1, Version=16.1.20161.2117. The grid has filtering enabled.

    The problem with this is when the user select Filter. The WebDataGrid.Behaviors.Selection.SelectedRows.Count has the right count of selected…

  • Re: Master-/Detailgrid combined

    Hi,

    WebDataGrid is not designed to show data in subgrids, WebHierarchicalDataGrid does implement this feature. If you don’t want to switch to  WebHierarchicalDataGrid, then creating a subgrid inside WebDataGrid will involve a custom implementation…

  • WebDataGrid under UpdatePanel not works

    Hi Experts,

    i'm facing to a weird problem. I need to use Ajax to reload the data into a WebDataGrid. But the UpdatePanel is not trigged when a webdatagrid tag is present under the updatepanel tags (label, textbox or others controls are not problematics…