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
160
CheckBox column on Grid gantt section
posted

Hello,

i would like to insert a custom column in the grid section with a checkbox for select/unselect some gantt rows. Is it possible? Can someone show me how to do it? I am workin with a custom project based on this example: http://help.infragistics.com/Help/Doc/WPF/2013.1/CLR4.0/html/xamGantt_Code_Example_Creating_View_for_xamGantt_using_Custom_Classes.html

Thanks,

Fabrizio

  • 2490
    Verified Answer
    Offline posted

    Hello Fabrizio,

    Adding a Custom Column has been determined to be a product idea. You can suggest new product ideas for future versions by emailing ideas@infragistics.com.

    Submitting your idea will send it directly to our product management team so that it can be imported into our new ideas community once live: http://ideas.infragistics.com.

    Remember when submitting your idea to explain the context in which a feature would be used and why it is needed as well as anything that would prevent you from accomplishing this today. You can even add screenshots to build a stronger case.  You can also link back to this thread for additional details.

    As a workaround you can use the RowSelectorCellControl and add to its ContentPresenter a CheckBox. The style is located in C:\Program Files (x86)\Infragistics\2017.1\WPF\DefaultStyles\XamGrid\generic.shared.xaml. I have created a small sample using this approach. Please find it as an attached file.

    XamGantt_CheckBox.zip