|
Query |
Details |
|
Thanks Akshaya - just to clarify, this will be for both ExportSuccess and ExportFailure events, both, correct? Meaning, if there is an error during the exportFormFieldsAsObject event, the export failure will get triggered. |
Yes we will consider both ExportSuccess and ExportFailure events
|
|
Also, I was taking a fresh look at my overall implementation, and I think it would be a great future feature if the form fields are available at the client side. What I'm really trying to do is for the user to fill the form on the html page, and save back the values to a database. If there is a way to get those filled values on the client side, I can do an HTTP Post and save the values directly to the database, instead of going through the export events which seem to be meant for exporting the form fields to a different format. \ |
We can get the form fields data in the client side using the exportFormFieldsAsObject() API and then you can save the values in database
Please try it and if you still need further assistance revert us with more details about your requirement and the use case which will be helpful for us to investigate further and assist you better. |
|
Client side package |
|
|
Blazor Client |
|
|
Blazor Sever |
|
|
Service side package |