• Re: this._editor.closeDropDown()

    I removed the updatepanel and the problem disappeared. On the other hand I have buttons as to modify which serves to return the webdatagrid in edit mode

    Its button and the others send all the page and benefit no more AJAX!
    If I put my buttons in an updatepanel…

  • Re: WebDataGrid vs UltraWebGrid

    First of all, thanks for the quick answer. Is the same WebGrid that UltraWebGrid?

    Reading that post, I understand that:

    • The WebDataGrid is "the future" and UltraWebGrid "the past"
    • At present UltraWebGrid has more features…
  • Issues in webdatagrid filters with IE Compatibility View Enabled

    Hi Team,

                         We are making use of Infragistics v11.2 in our application. We are using webdatagrid in the application. What we noticed was that with the Compatibility View Enabled the webdatagrid filters( columns search filters) doesn't work. However if…

  • Re: No datarows showing in WebDataGrid

    I got it working now. I missed populating the Columns into the WebDataGrid control. Hope this helps someone....

    DataTable dataTable;

    dataTable = CreateColumns(xmetadatadoc, dataTable);     //Dynamically populates the columns


    for (int i = 0; i < dataTable…

  • Re: WebDataGrid-Make some cells read only

    Thanks, but the post you directed me to is for a WebHierarchialDataGrid, not a WebDataGrid, they have different methods and the WHDG method used (EnteringEditMode) doesnt exist for WebDataGrid. Also, there is no column setting suggestion given. The column…

  • Infragistics : WebDataGrid - Issue while implementing drag/drop column using WebDataGrid in User Control

    Hi,

    I am trying to implement moving column (drag/drop) features in one of page in my application using Infragistics : WebDataGrid. My web page

    contain the user control (.ascx) which have WebDataGrid. I am applying the following code to achieve the same…

  • Autofiltering a webDataGrid in a DropDownProvider for another webDataGrid

    Hello,

     

    I'm trying to implement autofiltering in a dropdownProvider that has an Item templated WebDataGrid.

    I wish to make it so that the user can type into the dropdownItem and any containing strings in the first column of the datagrid would be…

  • WebDatagrid inside dropdown column of a Webdatagrid

    Hi Team,

    I have a webdatagrid where one of column is a dropdown column.

    That dropdown column is a multil column dropdown hence what I need to show is an another grid inside the dropdown and selection of row from grid should populate the value and make…

  • Re: Where is the WebDataGrid *javascript* documentation?

    By the way, I noticed that in their current documentation for the WebDataGrid there is a link to the CSOM at the end of the page.

  • How to export WebDataGrid to pdf with its style that i changed?

    When exporting webdatagrid to pdf file style not exported to the file