Winforms missing Events binding after conversion to Telerik

1 Answer 79 Views
ComboBox and ListBox (obsolete as of Q2 2010) GridView
Chandra
Top achievements
Rank 1
Chandra asked on 28 Jul 2021, 11:59 PM

Hello All,

I  have converted my Winforms C# Application to Telerik using the Telerik conversion extension tool in VS 2017 . It is converted but I see the events are not associated with the control even though the code exists in the code behind file.

Is this a known issue?  Any suggestion or help is really appreciated.

Example: A Raddropdown list selected index change event is not tied to the Raddropdown. I see the event in the code behind.

1 Answer, 1 is accepted

Sort by
0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 04 Aug 2021, 02:02 PM

Hi, Terry,

It would be necessary to fine-tune the events' subscriptions in the Designer.cs file to include the new System.EventHandler part since it is removed by Roslyn after converting is completed. Example: this.button1.Click += new System.EventHandler(this.button1_Click);

I would recommend you to have a look at the step by step tutorial about the conversion process: https://docs.telerik.com/devtools/winforms/winforms-converter/step-by-step-tutorial 

I hope this information helps. If you need any further assistance please don't hesitate to contact me. 

Regards,
Dess | Tech Support Engineer, Principal
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
ComboBox and ListBox (obsolete as of Q2 2010) GridView
Asked by
Chandra
Top achievements
Rank 1
Answers by
Dess | Tech Support Engineer, Principal
Telerik team
Share this question
or