• WebDataGrid

    Hi,

    I have set up the 'Row Editing Template'(RET) for data editing in WebDataGrid.
    Connectionstring is specified in web.config file and have separate function to bind values in WebDataGrid.

    No sqlDatasource component is used here to bind the webdatagrid…

  • Webdatagrid - How to refresh using Javascript

    I have a multicolumn dropdown (using a webdatagrid template), two textboxes, and an additional webdatagrid on a page, using ObjectDataSources (customers, & invoices) for the datasource for both webdatagrids.

    When the user selects an item from the …

  • Re: webdatagrid width issue

    Hi,

    I uploaded example site code.

    There are two webdatagrid, the first one represent the example when columns' total width is bigger than updatepanel, if no width="100%" is set, webdatagrid will go outside of the panel. If set the width="100%" it will…

  • WebDataGrid & UltraWebGrid difference

    Hi Experts,

    I am new to infragistics control.

    We have applicationn in which we are using the UltraWebGrid (NetAdvantage 9.1 ASP.NET CLR3x) as the data grid.

    As for look & feel of the WebDataGrid which is part of NetAdvantage 9.1 ASP.NET AJAX CLR3x…

  • Re: Trying to use filtering with a WebDataGrid bound to a DataTable

    Complete example that you can run with all my internal company code removed. One column and two rows.

    Filter with Begins with 'P'.

    Filter with Begins with 'T'.

    Filter with Begins with 'P'.

    Exception occurs.

  • Get PostBack on Selected Row Changed

    How to get post back on webdatagrid when selected row is changed ?

     Webdatagrid have that even ?

  • WebDataGrid not appear border line

    i use WebDataGrid trial

    WebDataGrid not appear border line either font-family, font-size doesn't work.

     

     

  • webdatagrid and webdropdown

    i want to bind webdatagrid from server side and in webdatagrid there are webdropdown.

    while adding new row webdropdown not showing

  • Webdatagrid template field Binding checkbox to Y / N string values in database

     The below code works for a gridview but the check box within a webdatagrid will not display a checked value.  Is there a way to achieve the same within the webdatagrid?

    <ig:TemplateDataField Key="inactive">

    <ItemTemplate>

  • Re: Cannot get SelectedRows from WebDataGrid

    Hey Maya.  The above works for a WebDataGrid, but not if the WebDataGrid is swapped out for a WebHierarchicalDataGrid configured identically.  Any ideas?

    Thanks,

    Steve