Can I add lines like "PlusMinusLine" from the GridTreeControl to the SfTreeGrid? | Currently, we do not have support for adding “PlusMinusLine” in SfTreeGrid. So, we have added it to our feature request list, and it can be tracked through our Features Management System and we will implement this feature in any of our upcoming releases. But we have a support for customizing the expander cell icon in SfTreeGrid. | |
If not, is the GridTreeControl still considered actual or means the "classic" tag it's relatively deprecated? | We have deprecated the GridTreeControl. When we compare the GridTreeControl to SfTreeGrid, we have included more features. SfTreeGrid has multiple features like Node CheckBox, Column sizer, Data validation, Editing, Styling, Sorting, Selection, Exporting, Clipboard support etc. | |
How can I specify the FontSize of a Cell for a GridTreeControl in XAML? | In SfTreeGrid, you can apply the FontSize for a cell by writing the style for “TreeGridCell”. For expander column, you need to set the style by using TargetType as “TreeGridExpanderCell”. For your reference, we have attached the code example and simple sample in the below location, Code-Snippet
|
Excel exporting | For excel exporting, you can refer the dashboard sample of TreeGrid in the below location, \..\..\AppData\Local\Syncfusion\EssentialStudio\{installedVersion}\WPF \ SfGrid.WPF\Samples\ TreeGrid\ExcelExportingDemo\ |
Hierarchical databinding (I think that's available for all) | For binding, you can refer the any dashboard sample of TreeGrid in the below location \..\..\AppData\Local\Syncfusion\EssentialStudio\{installedVersion}\WPF \ SfGrid.WPF\Samples\ TreeGrid\ |
Multiple columns | You can refer the below UG document link for further reference. |
Availability to have gridlines | By default, SfTreeGrid has grid cell borders. If your requirement is different from this, could you please let us know your requirement clearly with screenshot? This would be helpful to provide an appropriate solution. |
Can I add lines like "PlusMinusLine" | Yes, It is possible to achieve the reported requirements in TreeViewAdv control. But default appearance is not like plus minus line. It must be customized. You can refer the below UG document link for further reference. |
Can I specify the FontSize of a Cell | We don’t have direct support for changing font size of a cell. You can achieve this requirement by customizing cell template. |
Excel Exporting and Availability to have gridlines | These features are not applicable for TreeViewAdv control. |
Hierarchical databinding | You can refer the below UG document link for further reference. |
Multiple columns | You can refer the below UG document link for further reference. |
Hi Muthukumar,
I also have the requirement to add the "PlusMinusLine" style from the GridTreeControl to the SfTreeGrid, is it achievable by customizing the expanter style?
Can I please be notified aswell when this feature is implemented? Or follow it's current status?
Thanks for the support
Cheers
Antoine