We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

AutoGeneratingColumn event

There's a way to get AutoGeneratingColumn event in SfMultiColumnDropDownControl?

5 Replies

FP Farjana Parveen Ayubb Syncfusion Team July 22, 2019 12:33 PM UTC

Hi Tech Shop, 
 
Thank you for using Syncfusion controls. 
 
We have analyzed your query, currently we don’t have a support for AutoGeneratingColumn events in SfMultiColumnDropDownControl. So currently we have analyzed your requested feature and we will provide the further details on July 24th, 2019. 
 
We will appreciate your patience until then. 
  
Regards, 
Farjana Parveen A 



FP Farjana Parveen Ayubb Syncfusion Team July 24, 2019 08:59 AM UTC

Hi Tech Shop, 
 
Thank you for your patience.   
 
We have considered to provide support for “AutoGeneratingColumn event support for SfMultiColumnDropDownControl” in WPF and logged feature request for the same. We will implement this feature in any of our upcoming release.  
 
At the planning stage for every release cycle, we review all open features and identify features for implementation based on specific parameters including product vision, technological feasibility, and customer interest. We will let you know when this feature is implemented. We appreciate your patience until then. 
 
Thank you for requesting this feature and helping us define it. We are always trying to make our products better and feature requests like yours are a key part of our product growth efforts. 
 
 
If you have any more specification/suggestions to the feature request, you can add it as a comment in the portal and cast your vote to make it count. 
 
Regards, 
Farjana Parveen A 



TS Tech Shop July 29, 2019 11:56 AM UTC

Thank you for your attention 


FP Farjana Parveen Ayubb Syncfusion Team July 29, 2019 12:11 PM UTC

Hi Tech Shop,  
  
Thank you for your update. 
  
As we update earlier we have considered to provide support for “AutoGeneratingColumn event support for SfMultiColumnDropDownControl” in WPF. We will implement this feature in any of our upcoming release. We will let you know when this feature is implemented.  
 
Regards, 
Farjana Parveen A 



FP Farjana Parveen Ayubb Syncfusion Team December 18, 2020 11:05 AM UTC

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.

https://www.syncfusion.com/forums/160733/essential-studio-2020-volume-4-release-v18-4-0-30-is-available-for-download

 

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


Loader.
Live Chat Icon For mobile
Up arrow icon