I have a mastertable with several detailtables.
I would like to hide the gridbuttoncolumn (i.c. Delete) of a detailtable dependend of a condition, before the grid will be shown.
I tried to get it work in the 'itemdatabound' and in the DetailTableDataBind, but I got stuck.
the code of the condition is as follows:
I would like to hide the gridbuttoncolumn (i.c. Delete) of a detailtable dependend of a condition, before the grid will be shown.
I tried to get it work in the 'itemdatabound' and in the DetailTableDataBind, but I got stuck.
the code of the condition is as follows:
If SessionObject.HasRole("DLPRJ") = False Then