I cant seem to be able to access btnCreateVersion inside of the RadGrid--> MasterTableView -->DetailTables -->GridTableView
I am adding security and need to be able to access the button and make it visible if the user has access to it.
What is the best was of doing this
I am adding security and need to be able to access the button and make it visible if the user has access to it.
What is the best was of doing this
<
CommandItemTemplate
>
<
asp:ImageButton
ID
=
"btnCreateVersion"
runat
=
"server"
CommandName
=
"CreateVersion"
ImageUrl
=
"~/Image/epi_add.png"
Height
=
"14px"
Visible
=
"true"
></
asp:ImageButton
>
<
asp:LinkButton
ID
=
"lblCrtEpi"
runat
=
"server"
Text
=
"Create Versions"
CommandName
=
"CreateVersion"
Visible
=
"true"
></
asp:LinkButton
>
</
CommandItemTemplate
>