Hello,
The
WindowBehaviors are
None: 0, Resize: 1, Minimize: 2, Close: 4, Pin: 8, Maximize: 16, Move: 32, Reload: 64, Default: (1 +
2 + 4 + 8 + 16 + 32 + 64)
and you can set them with numbers as shown below:
editor.
showExternalDialog(
url,
null,
270,
300,
myCallbackFunction,
null,
'',
true,
1 + 2 + 4 + 8 + 16 + 32 + 64,
false,
true);
args.set_cancel(true);
All the best,
Rumen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their
blog feed now.