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
Hi,
I keep getting the error "CurrentFields" is not recognized or is not accessible. Can you please advise?
Thank you.
Hello Alan,
I am just checking the progress of this issue and was wondering if you managed to achieve your goal or if you need any further assistance on the matter.
I have modified the sample from the other post, so now the SelectAll option is on the top. Also I can say that the ScrollViewer will show if it is needed. If you resize the window, so there isn’t enough space for the Records it will appear. Please let me know if this helps you or you need further assistance on this matter.
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
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"