Is there built in event binding for telerik Winform components?

0 Answers 21 Views
General Discussions
Suresh
Top achievements
Rank 1
Suresh asked on 19 Feb 2025, 04:10 PM | edited on 19 Feb 2025, 04:10 PM

Hi,

I am using Telerik Winforms for an MVVM application. 

I have created a small Winform example about how we are using MVVM to handle events with default Winform applications <Attach example of MVVM application >. Most notable about this example is that we are using RelayCommands to help with the separation of concerns between our view and viewmodel on the click event as outlined in this microsoft devblogs. Using Command Binding in Windows Forms apps to go Cross-Platform - .NET Blog

We would like to avoid using event listeners (+=) in our view for events, such as click, as it does not follow the MVVM pattern. In WPF, they have event binding built in and the microsoft blog post describes how we can perform something similar with RelayCommand. Both ways follow the MVVM design pattern. I would like to know if there was a built in Telerik way to perform event binding?

Thanks

Dinko | Tech Support Engineer
Telerik team
commented on 20 Feb 2025, 12:02 PM

With the current implementation of Telerik UI for WinForms controls don't have built-in support for performing event bindings. Generally speaking, this will be a good improvement to our controls. We have already logged this in our Feedback Portal as a feature request to adopt the data binding improvements introduced with the .Net 8. You can pass your vote to increase its priority and follow the feedback item so that you can receive status notification changes.

No answers yet. Maybe you can help?

Tags
General Discussions
Asked by
Suresh
Top achievements
Rank 1
Share this question
or