Hello,
I am currently building a webHeirarchicaldata grid and I am adding columns and bands from code behind due to the dynamic nature of the content. I am having some errors. I will give you as much detail as I can.
markup
<ig:WebHierarchicalDataGrid ID="whdg1" runat="server" Width="99%" Scrollbars="Horizontal, Vertical" Top="235px" Left="5px" AutoGenerateColumns="False"
InitialDataBindDepth="0" InitialExpandDepth="0" AutoGenerateBands="False" DataKeyFields="SiteId" Style="margin: auto">
<ExpandCollapseAnimation SlideOpenDirection="Auto" SlideOpenDuration="300" SlideCloseDirection="Auto"
SlideCloseDuration="300" />
</ig:WebHierarchicalDataGrid>
Columns
DataTable
Errors
Any help would be appreciated.
Thanks
Hello Rich,
I'm glad to hear you were able to resolve the issues you were encountering. If you have any other questions or concerns I can help with please let me know.
I wqas able to resolve all my issues through searching forums and examples.
Thank you