I read a forum thread , documentation Using RadWindow as a Dialog and a demo Window - Return Values from a Dialog. Everything was nice and gave good understanding. But the return value is determined at server side(for example in btnSave_Click event handler) in my scenario. So is there any way to set the arguments of radwindow object in server side i.e code behind ?
In all texts above i mentioned there is a javascript function GetRadWindow () . In that function there is an object used window . What is the server-side equivalent to window object ? I am pondering that whether there is a way to mimic GetRadWindow function into c# in code behind ?