Hello! How to open a drawing directly on the full screen automatically?
Do not press the "maximization" and open directly into the maximization mode
1 Answer, 1 is accepted
0
Viktor Tachev
Telerik team
answered on 03 Aug 2016, 08:14 AM
Hi,
To open the image in full screen without an additional click you need to handle the OnShowed event. In the handler you need to call the maximize() method for LightBox.
function onShowed(sender, args) {
sender.maximize();
}
Regards,
Viktor Tachev
Telerik by Progress
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.