Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
320
Expanding all rows
posted

I try to expand all rows from server side, I've tried this   
<ig:WebHierarchicalDataGrid ID="whDataGrid1" runat="server" oninit="webHierarchicalDataGrid_Init" InitialDataBindDepth="-1" InitialExpandDepth="-1">

 

but i doesn't work, I use version 10.2

 

Parents
  • 49378
    posted

    Hi quantom,

    Thank you for posting in the community.

    I have just tested your scenario by binding the WHDG to a WHDataSource and DataSet from the code-behind using version 10.2.20102.1010 and all the child rows seem to be expanded correctly on page load. Can you please provide your grid markup and any relevant server-side code and the exact version of .NetAdvantage that you are using.

    Best Regards,

    Petar Ivanov
    Developer Support Engineer
    Infragistics, Inc.
    http://ko.infragistics.com/support

Reply Children