Is there an example of a full editable grid that is bound to that example WCF service?
Regards,
Eric
That's where I am at I need to subscribe to the edit event on the parent row and child row to then call a Web API service to save the Create, Replace, Update, Delete options. Is there any StackBlitz example on the forum for that?
Hi Eric,
I couldn't find any example that has been given previously and since the implementation varies per user, it might not be applicable for others. Usually it is best if you encounter any issue when trying to implement it to describe that issue specifically, because otherwise the range of possible implementations are quite vast and we cannot know how one would like to have it implemented.
Regarding the CRUD operations themselves that can be performed, if you haven't already gone through our topics, the "Row editing" and "Batch editing" topics also have examples how they can be achieved .
Regards,Svetoslav