• Re: WebDataGrids in MultiView cause NullReference in PostBack

    As I'm migrating a project from UltraDataGrid to WebDataGrid, it worked fine with UltraDataGrid.

    The page has different states for displaying different content for users.

    Is there any method could avoid the null referencing on the webdatagrid itself…

  • Re: Performance issue with webdatagrid inside Ajax updatepanel

    Hello Friend,

     

    I too am facing this problems with Infragistics webdatagrid, i would suggest you to render the webdatagrid inside a iframe, with a i frame you would get a significant boost in performance.

     

    Thanks,

    Ravindra

  • Re: Stored Procedures

    This looks like you're using WebGrid (class name Infragistics.WebUI.UltraWebGrid.UltraWebGrid), rather than WebDataGrid (class name Infragistics.Web.UI.GridControls.WebDataGrid).

    Can you confirm?  If so, I'll move this post to the WebGrid forum (it…

  • How to add and editing the webdatagrid by onrowadding function and save in database

    I have the webdatagrid. 

    I am using byrowadding function for add and edit the row in webdatagrid. i want to save the add row and update row in SQL database.

    How to save that. ?

    I am waiting for your response. 

  • how to sort TemplateDataField column

    Hi all,

    I use webdatagrid's sort feature, and one column is TemplateDataField, when I try sort this column, error happened.

    the code is as following

     

     <ig:WebDataGrid ID="WebDataGrid2" DataSourceID="ObjectDataSource1"
                runat="server…

  • WebDataGrid, CheckBox in header to select all rows

    Hello

    I have a BoundCheckBoxField in my WebDataGrid; How to added a checkBox in WebDataGrid header's to select all rows ?

    BoundCheckBoxField ckbField = new BoundCheckBoxField(true);

    ckbField.Key =

     

     

    "ckbField";

  • Re: Row updating throwing exception at postback

    Hi

    i am new to webdatagrid

     

    i use NetAdvantage 2011 V1(Infragistics4.Web.v11.1)

    "could you kindly give me a sample for editing values in webdatagrid.?"

     

     

     

  • Re: Does the AutoGeneratedDataField actually serve a purpose with the WebDataGrid?

    So what is the reason for having the AutoGeneratedDataField class? According to your documentation:

    "Represents a column or field that was generated from the DataSource of the WebDataGrid control."

    However, I can find no way to access any…

  • Open WebDialogWindow

    hi , 

    how to test if webdatagrid editcore cell are opened in the grid and get a boolean value 

    how to open the WebDialogWindow with double click event on column in webdatagrid only if the editmode is opened ?

  • WebDataGrid footer Origin X and Origin Y

    Hello,

    We are upgrading from UltraWebGrid to WebDataGrid, and has not been easy.

    There used to be a ColumnHeader and ColumnFooter RowLayoutColumnInfo.OriginX and RowLayoutColumnInfo.OriginY properties in the UltraWebDataGrid, what is the equivalent to…