Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Setting window properties on native dialogs

    How can I set window properties on grid native dialogs like configure grouping or configure sort? I tried something like
    Code:
    isc.MultiGroupDialog.setProperty("showModalMask, true)
    , but this is not displaying the mask when the dialog opens. It is modal, I just want to display the mask to be consistent with my custom dialogs and also other grid native ones like edit hilites.

    #2
    That API doesn't really exist (or at any rate, it's not a static API), but setDefaultProperties() would do what you want.

    Comment

    Working...
    X