Hello
I am using a XamGrid with many rowlevels.I defined columnLayouts for each sublevel.My Issue is to be able to show (or not) one of the column of the sublevel depending on a property of my current item or the parent viewmodel.Is there any way to realize this?
Thanks in advance
Hello Kasar,
You can bind the Visibility property of a column using a static resource since the column does not derive from FrameworkElement and could not be bound to the DataContext. Here is a forum thread where Stefan has provided a sample on the same: http://ko.infragistics.com/community/forums/t/76299.aspx.
Please do not hesitate to let me know if you need further assistance on the same.
Hello Maria,
Thank you for your response. I do really appreciate.
I tried the sample your colleague Stefan provided but it is not exactly what I want. I think I did not explain my self clear enough.
My purpose is to be able to hide a column only on certain row. To make it as clear as possible I attached a picture.