BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
Query |
Comments | |
To get the items gouped in a GridComboBoxColumn of sfdatagrid |
It is not possible in GridComboBoxColumn.But you can able to group the items by SfGridMultiColumnDropDownControl. By editing the control template of the SfMultiColumnDropDownControl,you can easily group the items in the GridMultiColumnDropDownList column. Please refer the code snippet. Code snippet:
| |
To customize the popup animation |
We made the animation to change the border color,by editing the control template of the SfMultiColumnDropDownControl. XAML:
Please refer the sample. Sample: http://www.syncfusion.com/downloads/support/forum/121480/ze/WPF_(3)926818298 |