Hi,
I am trying to display data in a hierarchical grid. But after clicking on the expand link aginst teh master grid record, the hierarchical grid fails to expand. The event is successfully transferred to DetailTableDataBind event handler. Can I know what I am missing here?
I have the followoing code under my MasterTableView tag
<ExpandCollapseColumn Visible="True">
I am trying to display data in a hierarchical grid. But after clicking on the expand link aginst teh master grid record, the hierarchical grid fails to expand. The event is successfully transferred to DetailTableDataBind event handler. Can I know what I am missing here?
I have the followoing code under my MasterTableView tag
<ExpandCollapseColumn Visible="True">
</ExpandCollapseColumn>
Is tehr anything else I need to do? What is the code snippet to forcibly expand the grid DetailTableDataBind event handler?
Thanks