Hi David,
Good day to you,
We have validated your reported queries,
Query 1: “Do you have more examples on how to set up the In-place Editor control in Blazor?”
We suggest you to refer the following samples and documentations for setting the In-place editor component in Blazor.
Query 2: “For one thing, the example uses multi-select, which I'm not using. As it is, I'm restricted to using the URL adapter and sending a Post request. But in production, I will need to include a JWT token with every request. I don't know how that will work through this control. Or am I missing something? ”
Since you are not using the Multi-select type of In-place editor. Can you please share the type of component in which you want to achieve your desired behavior ?. So that we can validate and provide you a solution at earliest.
Query 3: “Also, is there an event that is triggered when the user clicks on Save?”
Yes, we have the following events in the In-place editor
- OnActionSuccess - Which triggers if the data is submitted successfully to the server.
- OnActionBegin - Which triggers before the data is submitted to the server.
Regards,
Indrajith