Browse By Tags

  • Re: Persisting Expanded DataGrid Rows

    Hi Nikolay,

    Thanks for your reply. I am using Infragistics WebHierarchical Datagrid 11.1.20111.2020 . Please let me know if you need any information.

  • Re: WebHierarchicalDataGrid fetching all data while paging

    Hi,

    Where you able to solve this? I'm having the same issue. I cannot modify the page count of the WHDG if not all data is returned.

    Thanks. 

  • "No child grid script descriptors are available" error using paging and manual load on demand

    I'm working on WebHierarchicalDataGrid with manual load on demand and paging. Manual load on demand works well only on the first page. When I navigate to other pages (using pager links) root band is shown. But when I try to expand row I receive error…

  • Re: WebHierarchicalDataGrid fetching all data while paging

    Hi,

    I have installed latest service release (NetAdvantage 2010.3 (ASP.NET). In my project i am using three level hierarchical, So I have done Page Load all the level rebind the dataSet.

    Now Paging is working fine!. but i am not able to set Page Count…

  • Re: WebHierarchicalDataGrid fetching all data while paging

    Hello,

    I am also getting the same issue. Did you got any idea/solution for this issue? please help me!!!!

    How we can set that page count manually, becuse now WHDG(even include ChildGrid also) while loading datasoucre based on the total records having only…

  • Webhierarchicaldatagrid sorting and paging

    Hello,

    I have a 3 level WHDG bound to an IEnumerable datasource and cannot get sorting to work with paging.

    I have set the datakeyfields for each band as noted in this article ( https://www.infragistics.com/help/aspnet/webhierarchicaldatagrid-sorting

  • WebHierarchicalDataGrid fetching all data while paging

    I am evaluating infragistics for one of the projects we are developing and run into this specific issue, I need advise if I am doing something wrong

    I have attached an objectdatasource to webhierarchicaldatasource, enabled paging behaviour with inheritance…

  • after selecting check box in grid row it shows uncheck after WebHierarchicalDataGrid.RefreshBehaviour

    I am Using, WebHierarchicalDataGrid having default paging. In the grid, I have first column in grid 'check box' in template field. When check box is check, and i click on button on top the programs works fine.

      additionally, I have drop down…

  • Re: WebHierarchicalDataGrid LINQ Object Binding

    Hello Lyuba,

    Manual Load on Demand : Every post back i have rebind the this WHDG control. it's working fine with two level hierarchical. But now i upgraded to the same code in the trial version volume 2011.1 (ASP.NET) WHDG - DataBound event is not…

  • WebHierarchicalDataGrid child grid Behaviors not working (sorting, Filtering, Paging)

    I am using WebHierarchicalDataGrid in my application. I am doing Manual Load On Demand for parent grid and also for child grid. I have 3 level of hierarchy and data source is Dataset coming from DB.

    I tried all the solution out there in the forum but…

  • Can WebHierarchicalDataGrid support AutoCrud =False?

    I got pretty good at repeating my preferred pattern w/ WebDataGrid: 

    1) Crud Stored Procs + 2) .Net DataSets and TableAdapters + 3) ObjectDataSource + 4) WebDataGrid w/ AutoCrud = false.

    Now I'm using the WebHierarchicalDataGrid w/ one child band, but…