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
710
Expander over xamdatagrid
posted

Hi,

I want to build a feature where we have expander over the cells of xamdatagrid, This expander should work in such that way that when we hit that expander all the cells beneath that expander should collapse/expand (The cells will be given a key so that the expander comes to know which cells it has to collapse/expand). So basically the expander has to work across different rows of xamdatagrid but for just one column.

The expander has to be smart enough to

1) identify if the other columns has more rows than the one in expander in that case the collapsing of expander should work in such a way that the data under the expander gets invisible rather than the cells being collapsed

2) If the there are more cells under the expander it should collapse itself in such a way that it gets collapsed uptil the adjacent coluimns doesnot has data and the point where the other columns contain data  then the data under for those cells get invisible rather than those cells being collapsed.

I think this feature is not currently available with xamdatagrid but it will be great if someone can confirm this and is there any possibility that we can get this feature in the near future.

Thanks

Sumeet