This is a migrated thread and some comments may be shown as answers.

ui for blazor bind-Value

1 Answer 178 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
khashayar
Top achievements
Rank 1
Veteran
khashayar asked on 15 Dec 2019, 11:58 AM
Hello , 
i was wondering if i can choose bind-Value event for each component
 like blazor it self ( @bind-value:event )

1 Answer, 1 is accepted

Sort by
0
Accepted
Marin Bratanov
Telerik team
answered on 15 Dec 2019, 01:10 PM

Hello,

This is not possible for our components because they don't have the simplistic rendering the ones coming from the framework have. It would not even make sense for most of the components such as the dropdowns and the date/time pickers.

For the inputs, if you want to use a slower cadence of changes, I suggest you hook to their OnChange event and update the model with your code in the event handler.

 

Regards,
Marin Bratanov
Progress Telerik

 UI for Blazor
Tags
General Discussions
Asked by
khashayar
Top achievements
Rank 1
Veteran
Answers by
Marin Bratanov
Telerik team
Share this question
or