Hi
I have a requirement to display list view items with check boxes. I would like to allow the users to check a checkbox in the column header to check all items in the list.
Is this possible and if so I can implement this?
Any help greatly appreciated.
Regards
James O'Doherty
Solution and Database Architect
WINSQL Ltd
Hi Milko
Many thanks for the reply. This is exactly what I needed to implement this functionality.
Hello James,
I am just checking about the progress of this issue. Let me know if you need my further assistance on it.
Thank you for using Infragistics Components.
Thank you for contacting Infragistics Support.
To display check box at the column header of UltraListView you will need to use Infragistics CreationFilter. More about CreationFilter you can find by following next link http://help.infragistics.com/Help/Doc/WinForms/2014.2/CLR4.0/HTML/Win_Creation_Filter.html Please note this approach need to be implement keeping in mind all the elements around newly added one, e.g. in my sample solution I have translated the header column text to the right in order to put the checkbox. You will also need to add event handler for the checkbox click event and handle it in order to synchronize the check state of the all the items.
Please find attached a sample solution implementing this approach and let me know if this is what you are looking for or if I am missing something.