This is odd. I just upgraded my web project from the old RadControls for ASP.NET to the latest ASP.NET AJAX controls. I have several hierarchy grids that use the HideExpandColumnRecursive method. These worked fine under the old controls.
With the new controls, the ExpandCollapse button hides as it should when there are no child records in the 2nd level.
But, if there are child records, then the ExpandCollapse button is visible. When I click on it,
The column containing the buttons narrows, the button icon narrows, but nothing else happens.
On a second click the child grid opens as expented, and the button column remains narrowed.
On subsequent button clicks, the child grid opens and closes ok.
If I refresh the page, then once again two clicks are needed to expand the row.
Has anyone else run into this? Thanks.
Dan
With the new controls, the ExpandCollapse button hides as it should when there are no child records in the 2nd level.
But, if there are child records, then the ExpandCollapse button is visible. When I click on it,
The column containing the buttons narrows, the button icon narrows, but nothing else happens.
On a second click the child grid opens as expented, and the button column remains narrowed.
On subsequent button clicks, the child grid opens and closes ok.
If I refresh the page, then once again two clicks are needed to expand the row.
Has anyone else run into this? Thanks.
Dan