I have an Edit Command Template which is a ascx file.
The problem that I am having is setting up the control. Usually I use the !Page.IsPostBack to know when I set my form values.
But since I have a RadGrid with in a RadTree, when I fire the Edit command, it is true. How can I tell when the edit command was clicked/executed?
Thanks
John
The problem that I am having is setting up the control. Usually I use the !Page.IsPostBack to know when I set my form values.
But since I have a RadGrid with in a RadTree, when I fire the Edit command, it is true. How can I tell when the edit command was clicked/executed?
Thanks
John