Hello,
I would like to use different user controls in edit mode for selected item
In my scenario I have rad grid filled with some users.
To edit user data I use custom UserControl (ascx) wich handles the editing.
I would like to add another column "edit rights", so I would have two commands for each user: "edit profile" and "edit rights".
1) edit profile (edit_profile.ascx) works fine, but how to hook up "edit rights" to use second ascx (edit_rights.ascx) in edit mode?
2) as alternative I would like to have only one edit button in rad grid, and in User control that loads (edit_rights.ascx) I would have some button that switches user control to second one (edit_rights.ascx)
Thank you
I would like to use different user controls in edit mode for selected item
In my scenario I have rad grid filled with some users.
To edit user data I use custom UserControl (ascx) wich handles the editing.
I would like to add another column "edit rights", so I would have two commands for each user: "edit profile" and "edit rights".
1) edit profile (edit_profile.ascx) works fine, but how to hook up "edit rights" to use second ascx (edit_rights.ascx) in edit mode?
2) as alternative I would like to have only one edit button in rad grid, and in User control that loads (edit_rights.ascx) I would have some button that switches user control to second one (edit_rights.ascx)
Thank you