Can you help me to figure a way to fire a event on winwow minimize.
Its was in Pervious version, now we are using Prometheus.
1 Answer, 1 is accepted
0
Georgi Tunev
Telerik team
answered on 23 Oct 2007, 10:42 AM
Hello Arun,
The correct way to do this in RadWindow "Prometheus" is to attach to the OnClientCommand event:
function OnClientCommand(sender, args)
{
alert("Window with ID " + sender.get_id() + " event:<strong> OnClientCommand.</strong>, command: " + args.commandName);
}
Due to your post, we discovered a bug in RadWindow Prometheus - the event is actually not fired. The problem is already fixed in Service Pack 2 which will appear later this week. If you need a build earlier, please open a new support ticket and I will send it to you.
Your points were updated for bringing this problem to our attention.