• WebDataGrid's columns do not hide in AJAX mode while their Hidden property is set to true

    I have a WebDataGrid, a multiselect WebDropDown above it and an "Apply" button

    All are placed in one UpdatePanel.

    The WebDropDown is populated with the columns of the WebDataGrid and the user can check the multiselect ceckboxes of the WebDropDown…

  • UltraWebGrid to WebDataGrid

    I am in the process of converting from UltraWebGrids to WebDataGrids.

    I have been able to figure out most everything to get the same functionality in the WebDataGrid that I had with the UltraWebGrid with one exception.

    I have a grid where I have several…

  • Re: Version Utility error

    Hello baileyjames,

    The WebGrid has been retired and replaced by the 2 newer grids.

    The upgrade utility was created to upgrade references from version1 to version2 (ex. 11.1 to 11.2).  If one reference does not exist in version2, it will not perform the…

  • Re: Table doesn't contain a row with the specified PrimaryKey value

    I refer this to fix my Editable WebDataGrid Issue(Batch Updating). My Issue is something strange. I get this error only when My WebDataGrid has more than 2 editable Rows.   It runs smoothly when i update WebDataGrid upto 2 editable rows. It throws an error…

  • RE: WebHierarchialDataGrid - GridRecordCollection vs GridRecordItemCollection - Which one to use?

    Hello Pavan,

    If you are looking for a comparison or equivalence I will suggest taking a look in this topics:

    Migrating from UltraWebGrid to WebDataGrid and WebHierarchicalDataGrid

    UltraWebGrid to WebDataGrid Migration

    Furthermore GridRecord is a record…

  • How To Videos Posted

    We are working on a series of videos to help you get up to speed on the new Aikido WebDataGrid.  If you go to this URL:

    http://es.infragistics.com/dotnet/netadvantage/aspnet/webdatagrid.aspx#Demos

    So far we have these videos up:

    • Customizing WebDataGrid…
  • Re: Issue related to Infragestic ultra webgrid on Safari browser

    Hello Rashmi,

    The UltraWebGrid is not supported in Safari. Please visit the following link to learn more about the supported environments:

    https://es.infragistics.com/support#SupportedEnvironments

    The WebDataGrid from our ASP.Net AJAX line of control…

  • Re: Calling DataBind on a webgrid more than once (not possible?)

    I'm having a similar problem.

    The following did not work for us with a WedDataGrid:
    WebDataGrid.Rows.Clear()
    WebDataGrid.Databind()

    I can't say for sure if it works with a WHDG.


    My scenario involves a DropDownList above the WebDataGrid that the user…

  • Sort is not working in webdatagrid Version=10.3.20103.2056

    I have upgraded webdatagrid Version=10.3.20103.1013 to webdatagrid Version=10.3.20103.2056,

    Sorting is working fine in webdatagrid Version=10.3.20103.1013 but its throwing error in webdatagrid Version=10.3.20103.2056 as Async Request Failed

     

    My Client…

  • WebDataGrid Sorting is triggering ToolkitScriptManager OnNavigate event twice.

    Hi Infragistics Team,

    We are facing issue in WebDataGrid Sorting with ToolkitScriptManager OnNavigate event. Whenever user do sorting in the WebDataGrid the ToolkitScriptManager OnNavigate event is triggered twice, we are not sure why its triggered…