Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
146098 | Jul 19,2019 12:22 PM UTC | Dec 18,2020 11:05 AM UTC | WPF | 5 |
Hi Tech Shop,
The enhancement for “AutoGeneratingColumn event support
for SfMultiColumnDropDownControl ” completed and include in 2020 Volume
4 main release. We
are glad to announce that our Essential Studio 2020 Volume 4 release v18.4.0.30
is rolled out and is available for download under the following link.
Feedback Link: https://www.syncfusion.com/feedback/7687/autogeneratingcolumn-event-support-for-sfmulticolumndropdowncontrol
Code snippet:
this.SfMultiColumn.AutoGeneratingColumn +=
SfMultiColumn_AutoGeneratingColumn; private void SfMultiColumn_AutoGeneratingColumn(object sender,
AutoGeneratingColumnArgs e) {
if (e.Column.MappingName == "OrderID") e.Cancel =
true; } |
Sample Link
https://www.syncfusion.com/downloads/support/directtrac/general/ze/MultiColumnDropDownDemo1446375782
Regards,
Farjana Parveen A
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.