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.