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
265
Row Selection Issue with IE 8-9
posted

Hallo,

i use the simpliest WHDG example from Getting Started with WebHierarchicalDataGrid and add only one selection behavior like this.

<Behaviors>
    <ig:Selection  CellClickAction="Row" RowSelectType="Single" CellSelectType="None" >
    </ig:Selection>
</Behaviors>


There is different selection behavior in FF and IE.

After selecting any row from ChildDataSource WHDG scroll up in IE to the selected row in ParentDataSource. So, if your ChildDataSource has more rows than height of WHDG, then you can't see anymore the selected row.