Edit object in a dialog without using SfGrid

I am using the SfGrid with a custom implementation of a DataAdaptor.
When you edit an object in the grid it is displayed in a dialog popup (based on GridEditSettings.Template).
All works fine. Now - I would like to allow the user to be able to dbl-click a field in the dialog and open *another* dialog with the details of another object.
This other object is of a different type than the ones in the grid - and thus not present in the grid.
My question is: is there an easy way to use DataAdaptor and a template (like the one specified in the grid) to display a object and allow it to be saved - without using a SfGrid?

3 Replies 1 reply marked as answer

VN Vignesh Natarajan Syncfusion Team June 7, 2021 11:47 AM UTC

Hi Thomas,  
 
Thanks for contacting Syncfusion support.  
 
Query: “is there an easy way to use DataAdaptor and a template (like the one specified in the grid) to display a object and allow it to be saved - without using a SfGrid? 
 
Yes, as per your requirement we have prepared a sample with SfDataManager and Custom dialog to handle the CRUD operation without Grid component. Kindly refer the below sample for your reference 
 
 
Note:  we have used custom dialog for Edit operation alone, similarly you can handle the same for Insert and Deete action.  
 
Please get back to us if you have further queries.  
 
Regards, 
Vignesh Natarajan 


Marked as answer

TB Thomas Boel June 14, 2021 02:21 PM UTC

Thank you - works like a charm.


VN Vignesh Natarajan Syncfusion Team June 15, 2021 03:21 AM UTC

Hi Thomas,  

Thanks for the update.  

We are glad to hear that you have achieved your requirement using our solution. 

Please get back to us if you have further queries.  

Regards, 
Vignesh Natarajan 


Loader.
Up arrow icon