I want to be able to have a select all by clicking select all so could be select and deselect all fields.
I tried to use this http://ko.infragistics.com/community/forums/p/35847/406495.aspx#406495
But I keep getting error
It can not resolve symbol
<igWindows:NotBoolToVisibilityConverter x:Key="NotBoolToVisConverter" />
Please let me know if what i can do to fix that issue
Thanks
Hello Alan,
Thank you for your post. I have been looking into it and the sample from the referred forum thread works ok on my side. Could please verify that you have added the following namespace definition to your Window:
xmlns:igWindows="http://infragistics.com/Windows"
Looking forward for your reply.
I am still pretty new to WPF
How can i get the scrollviewer to work in the sample project and how to move the selectall to the top of the list
Thank you so much