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
1495
Expand arrow doesn't expand
posted

Below is my grid.  I am setting the datasource in the code behind to a dataset that contains two datatables.  A relation is setup between the two tables.  The arrow shows up on the right records, so I know there is data there, but when I click the arrow the status bar in IE shows something is happenning but nothing happens.  My nested grid does not show up.  What am I doing wrong?

 

 <ig:WebHierarchicalDataGrid ID="gridAsset" runat="server"
         Height="550px" Width="98%">
 <ExpandCollapseAnimation SlideOpenDirection="Auto" SlideOpenDuration="300" SlideCloseDirection="Auto"
         SlideCloseDuration="300" />
     <Behaviors>
             <ig:Sorting Enabled="false"></ig:Sorting>
             <ig:Filtering Enabled="false"></ig:Filtering>
             <ig:Paging PageSize="10" PagerAppearance="Bottom" Enabled="true"></ig:Paging>
     </Behaviors>
 </ig:WebHierarchicalDataGrid>