• Re: equivalent property of valuelist in the new version of webdatagrid

    Hello,

    UltraWebGrid and WebDataGrid have different architectures. Although the event InitializeLayout is not available in the WebDataGrid, the desired behavior could be achieved with WebDataGrid.

    Here are some resources which would help you converting…

  • UltraWebGrid styling problem.

    Hi,

    I was screwing arround on a page where I had already a WebDataGrid implemented.

    I placed an UltraWebGrid and through firebug I found out that the styles from ig_grid.css has been applied. As a standard I am using Claymation and I modify some properties…

  • Cannot enable Webdatagrid sorting

    Hi, I downloaded code from this project:

    WebDataGrid 101: Fill the Grid with Data and Change the Look and Feel

    https://ko.infragistics.com/community/product_platforms/aspnet/w/aspnet-wiki/50/webdatagrid-101-fill-the-grid-with-data-and-change-the-look…

  • WebDataGrid with DataTable as DataSource

    Hello,

    I am using a WebDataGrid with DataTable, I know the DataTable doesn’t support autoCRUD operations therefore I am manually handling this operations.

    I am using a Oracle Data Base, retrieving my data, loading it into a DataTable, for this…

  • Label text not updating during OnRowSelectionChanged event

    I have a WebDataGrid with the OnRowSelctionChanged event configured.  In that event, I use server-side code to update the text on a label outside the grid.  I can see the lbl.Text value getting set on the server side, but it is not getting updated on the…

  • WebDataGrid - reset selection

    The following is my scenario:

    I have a webdatatree control and webdatagrid in an AJAX update panel. When I select an item from the tree view (T1), it loads details of the item in the webdatagrid using the following code:

     

     

     

     

     

     

    Private S…

  • binding with WebHierarchicalDataGrid is giving second time is giving type casting error

    Hi ,

       I have an issue with the WebHierarchicalDataGrid while binding . I am doing it with no child data. Actually This binding was working for WebDataGrid. I am now trying to  convert WebDataGrid to WebHierarchicalDataGrid. I was bidning the webDataGrid…

  • Re: Display total row count and current row indexes

    Hi stegerwald,
    It appears to have a more elegant solution than that was previously proposed.  So, take a look at the code below, as you can see it is not required to create the Paging again anymore.  Now you should be able to persists all your settings
  • Re: UltraWebGrid and WebdataGrid

    Hi jaydenlord,

    It has been some time since your post, however in case you still need assistance I would be glad to help.

    I am not certain what your issues in converting the above code for the WebDataGrid, however I would speculate that you may be having…

  • Re: How to bind Formview with different DataSource to Row.ID of WDG using commandargument of FormviewButton?

    Hello,

    The command argument I have provided works when button is in template column of the WebDataGrid. In order to implement the Master and Child grid scenario, I would suggest you to set EnableAjax property of the WebDataGrid to "False". You need to…