How to save the position of a dialog service after the user drags and moves it? I want to save the last position, height, and width values of the dialog, so that when the user opens it again, the position, width, and height remain the same as before.
Hi @Deva_Trivanus,
There is no way at the moment (an event or something else) to get the current dialog position and dimensions after drag/resize however we accept pull requests.
Sure, maybe I can try using the jsruntime approach to get the CSS style from the dialog service.