The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
is it possible to show a checkbox in the subcolumns of the MulticolumnTreeview. I need a control where I can show a tree on the left and for every node two checkboxes.
SKSenthil Kumaran Rajan Syncfusion Team January 21, 2016 09:55 PM UTC
Hi Michael,
Thanks for contacting Syncfusion Support.
In MultiColumnTreeView, the checkbox can’t be shown for the Subcolumns, because in MultiColumnTreeView only the first colum will contains the TreeNodeAdv and other columns are used to contain the information about the TreeNode of the first column, hence the reported requirement can’t be achieved.
Regards, Senthil
MLMichael LohrJanuary 22, 2016 07:30 AM UTC
Hi Senthil,
Thanks for your answer. Is there another control which I can you use for this, maybe one of the data grids?
Best regards, Michael
JPJagadeesan Pichaimuthu Syncfusion Team January 25, 2016 01:01 PM UTC
Hi Micheal,
Thanks for using Syncfusion Products.
You can able to show the checkbox in the subcolumn of the MultiColumnTreeView in the in Cell Grid and Data Grid.
Cell Grid:
In Cell Grid you can able display the elements in the tree view. Please find the Dashboard samples,
1.<Installed location>\AppData\Local\Syncfusion\EssentialStudio\<Installed Version>\Windows\Grid.Windows\Samples\Virtual Grid\Virtual Tree Grid Demo