We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When removing a button in the designer with an assigned on Click event the code gets not removed.
eg this gets not removed when removing the button.
protected async System.Threading.Tasks.Task Button0Click(MouseEventArgs args) { UriHelper.NavigateTo("article"); }
The project and the button got generated by Radzen (not RBS)
The text was updated successfully, but these errors were encountered:
We will probably have to ask the user if they want to delete any event handlers as this may not always be the case.
Radzen does that by default as the code of the event handler is generated from the component itself when the user clicks run.
Sorry, something went wrong.
I see. Sounds good to me to ask the user if the related code should be deleted. Would love to see this feature.
No branches or pull requests
When removing a button in the designer with an assigned on Click event the code gets not removed.
eg this gets not removed when removing the button.
The project and the button got generated by Radzen (not RBS)
The text was updated successfully, but these errors were encountered: