• RE: Infragistics grid V 12 is hiding the content with scroll bar in Chrome and in IE its not

    Hello Nirmala,

    You can configure the height property of the WebDataGrid, or use paging to set a specified number of rows to prevent hiding rows.

    You can check the following forum threads for more information about vertical and horizontal scrolling:

    https…

  • Re: Infragistics Checked Items Issue

    Hi Raghu RS,

    The RowExporting and RowExported events are available on the WebExcelExporter, not the WebDataGrid.  The WebExcelExporter is our own control that will export the WebDataGrid to an Excel file.  You can see our online samples and documentation…

  • Databinding to a LLBLGenProDataSource not working?

     Hi,

    I'm trying to see if I can migrate some of our existing UltraWebGrids to the new WebDataGrid, but I'm having one big issue: the databinding to a LLBLGenProDataSource doesn't seem to work. I created a test page with one LLBLGenProDataSourc and three…

  • Re: WebDataGrid bound to a collection of type IBindingListView not sorting on column header click

    Hi,

    Thank you for posting on our forums.

    The WebDataGrid fully supports MutlipleColumn Sorting with a IBindingList DataSource. Instead of calling the ApplySort() method, I recommend using the WebDataGrid's Sorting behavior to enable multiple column sorting…

  • Re: WebdataGrid not firing up/down/enter key events on merged rows

    Hi Lavanya Reddy,

    Thank you for posting on our forums.

    May I ask why you're using your own custom cell merging function instead of what's available with the WebDataGrid?

    Please note, the WebDataGrid has Cell Merging as a Behavior. Here are some…

  • Re: Extension Methods.. For back ward compatibility..

    Hello Kishore,

     

    Thank you for posting in the community.

    If you are planning to not change the code listed at the top, does this mean that you intend to extend the WebDataGrid control in order to expose a DisplayLayout with properties similar to the…

  • Documentation for migrating from UltraWebGrid to WebDataGrid

    We have a lot of apps that use the UltraWebGrid control. We've been told UltraWebGrid may not be supported in the future and that we should be using WebDataGrid.

    We've been trying to but I keep finding that functionality that was available in UltraWebGrid…

  • Re: How do i find out whats new?

    Hello,

    Thanks for checking out the WebDataGrid. It is true that it currently doesn't support an unbound mode but this is something on top of our list of the WebDataGrid's roadmap.

    In the current grid, to be able to see your data coming from…

  • Webdatagrid Version=10.3.20103.2056

    Previously am using webdatagrid version =10.3.20103.1013 webdatagrid rowselection is working fine now i upgraded webdatagrid version to 10.3.20103.2056,Its not working.

    I have copied code below,in this eventhogh am selecting row in Webdatagrid ,its showing…

  • Adding UltraWebCalcManager to WebDataGrid

    Hello

    How to add UltraWebCalcManager to WebDataGrid with C# ?