How can I set window properties on grid native dialogs like configure grouping or configure sort? I tried something like
	, 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.
 
							
						
					Code:
	
	isc.MultiGroupDialog.setProperty("showModalMask, true)
Comment