• Re: Upgrade Version Infragistics 2015 -v1

    Hello,

    Thank you for the update.

    In this document you can find all the differences between UltraWebGrid and WebDataGrid controls:

    http://dl.infragistics.com/pg/cheat-sheet/InfragisticsASPNETGridCheatSheet.pdf

    Here is link for WebDataGrid documentation…

  • Re: UltraWebGrid Vs WebDataGrid

    Hi Ivaylo Ganchev,


                       Please let me know ,How to increase webdatagrid performance  while i was do row merge in webdatagrid by by writing custom code javascript function , then data rendering in webdatagrid  very slowly . it taking more than 15 secs…

  • Delete rows with batch updating

    Hello,

    I have a problem with WebDataGrid with deleting row. I have a page with several WebDataGrid, all with AutoCRUD  = false, BatchUpdating = true and RowDeleting enabled (with del button and undo button).

    The user can modify the data on the page and…

  • Re: Looping through rows on a paged grid

    Given that we do not have an Excel exporter for WebDataGrid yet, I assume that you're using WebGrid (class name "UltraWebGrid") instead of WebDataGrid.  If you are indeed using WebDataGrid, please confirm and I'll move this thread back to…

  • RE: WebDataGrid css Style for specific column

    AutoCRUD is a property that is exposed by the EditingCore behavior not the WebDataGrid that allows for automatic CRUD updates to the data source the grid is bound to and doesn't add an additional column.  The code as provided will just add an AutoCRUD…

  • [MissingRecordException]: Requested record cannot be found by key by delete row

    Greetings!

    So it is my Problem: Delete records in the WebDataGrid. The WebDataGrid has a virtual scrolling.


    I try to change your code in an example. As I need such logic of  remove of a record from the WebDataGrid.

    But I have an exception "[MissingRecordException…

  • Webdatagrid doesn't show more than 28 pages

    Hi everyone,

     

    I have a webdatagrid that is dynamically binded with a datasource. The datasource occasionally returns 6000-7000 rows and the webdatagrid displays 10 rows per page.

    The problem is that the webdatagrid only displays 28 pages (in the index…

  • WebTab Content Style Issue 10.2

    I have a WebTab control on a page with a WebDataGrid in one of the ContentTabItem - Template section - if I disable EnableLoadOnDemand (false) on the WebTab the style set on the WebDataGrid (Windows7), which is different from the WebTab (Default), is re…

  • Re: UltraWebGrid scrolling issues in Chrome, Safari

    Mike,

    Thanks for the response. Does the WebDataGrid have the same interface as the UltraWebGrid?  i.e. is it a drop-in replacement or do I have to recode my apps to a new API?

    Is there a guide for developers to port apps to the WebDataGrid from UltraWebGrid…

  • Re: Selecting multiple rows sooo slow

    Hello Martin,
     
    I have tested this bahavior with ultraWebGrid as well as WebDataGrid. I was able to see that the performance is as expected with WebDataGrid when selecting more than 200 rows. As such I would recoomend you to use WebDataGrid.
     
    The following…