Hello,
Please allow the Form component to submit even if it's not marked as modified internally. I am trying to use the Form within a Stepper workflow, and the Form can have default values based on what they submitted in the previous Step. If they return to the Step with the Form on it, though, and those initial values are not changed while displaying the Form, then the Form internally is not marked as modified, therefor the submit event never fires.
It'd be nice if we could have a boolean to tell the Form if we care to block submission based on modified or not.
Thank you
Hello, Robert,
Yes, that is already available.
You can use the onSubmitClick event that will be fired when the user clicks the Submit button even if the Form is not modified.
Regards,
Stefan
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.
Hello Stefan,
is this option available?? I want to submit a form without modifying it.
Hello Ryan,
The `onSubmitClick` event is now available in the latest dev version - you can find more information in the Form API:
Please let us know if you have additional questions.
Regards,
Vladimir Iliev
Progress Telerik
Hello, Ryan,
Thank you for the feature request, I`m glad to inform you that the developers' team is already working on this feature.
The idea is to provide an onSubmitClick event that will be fired every time regardless if the form was touched.
I will update this item as soon as the feature is available.
Regards,
Stefan
Progress Telerik