I am using VS2010 with 2011.1 controls with VB.NET. I have 3 unnamed datatables that are returned as a single dataset in the code behind. I need to bind this dataset to a WebHierarchicalDataGrid. I do not wish to display any headers and would like to add an unbound checkbox as the first column in each row. When I check "Metal", the grid will expand to show "Ratt" and "Whitesnake". If I expand "Whitesnake", the grid will expand to show "Slide it in". Pretty simple in concept but I cannot for the life of me get it to work even after looking at several code examples. Thanks for the help!
I have it already thanks. Works great! Thanks for all of your help.
Hello jdyamond,
this service release 2036 is already avaiable for download. Plese find the attached sample. Let me know if you have any further questions.
Hello madhu_penta,
I'm not familiar with LLB Gen Pro, but suppose that it generates codes. If the generated datasource is supported by WebHierarchicalDataGrid, then it should be working fine.
WebHierarchicalDataGrid supports the following data sources:
http://help.infragistics.com/NetAdvantage/ASPNET/2011.1/CLR4.0/?page=WebHierarchicalDataGrid_Data_Binding.html
The checkboxes were not displaying in the child bands. However I found another post that mentioned this was a known bug and would be fixed if you apply the 20111.2036 patch. I have applied the patch and it is now working. Good job guys!
This works well. However, does this put a checkbox in front of each row in the grid? Thanks.