This question is locked. New answers and comments are not allowed.
I'm using telerik mvc grid to display hierarhical data (master/details) with allowed Grouping.
So when I group the grid by some column it renders fine and group all values properly, but when I try to collapse any of group - it collapse only the first row (I suppose till the first DetailTemplate).
I tried it on grid with simple model and detailView template contains only text but the result was the same. When you expand the details and then try to collapse group it collapsed only till the Detail row.
How to resolve it? I need both Grouping and Master/Details functionality.
So when I group the grid by some column it renders fine and group all values properly, but when I try to collapse any of group - it collapse only the first row (I suppose till the first DetailTemplate).
I tried it on grid with simple model and detailView template contains only text but the result was the same. When you expand the details and then try to collapse group it collapsed only till the Detail row.
How to resolve it? I need both Grouping and Master/Details functionality.