Rekha,
Can i use the same on a Web UserControl. I tried, but it is not showing the window. Can you please let me know, if i need to do anything specific for a control?
Thanks,
Arif
>Hi Prasanna,
Thank you for your interest in Syncfusion Products.
In order to show a window control, you can use the property InitiallyShown and please refer the below code snippet to achieve this.
Window1.InitiallyShown = true;
Also please refer the below link for a small online sample to show a Window control as a messagebox and the sample files can be downloaded from 'Download source'.
http://websamples.syncfusion.com/samples/Tools.Web/6.4.0.15/F78487-Window/main.htmPlease let me know if this sample helps you.
Thanks,
Rekha