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?