You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
If exceptions happens at updating, adding or deleting of item, I want to show these for the user and want to cancel updating.
Describe the solution you'd like
I would like, that i can write my error text and state in CancellableRowChange, so that it be shown in pop up window and in form of DataGrid.
While I can agree it is a good feature maybe it's better to expand on the existing implementation. For example, we currently have these parameters on DataGrid
/// <summary>/// If true, shows feedbacks for all validations./// </summary>[Parameter]publicboolShowValidationFeedback{get;set;}= false;/// <summary>/// If true, shows summary for all validations./// </summary>[Parameter]publicboolShowValidationsSummary{get;set;}= true;/// <summary>/// Label for validaitons summary./// </summary>[Parameter]publicstringValidationsSummaryLabel{get;set;}
Is your feature request related to a problem? Please describe.
If exceptions happens at updating, adding or deleting of item, I want to show these for the user and want to cancel updating.
Describe the solution you'd like
I would like, that i can write my error text and state in CancellableRowChange, so that it be shown in pop up window and in form of DataGrid.
The text was updated successfully, but these errors were encountered: