Hi, i need to hide some buton in RadGrid according to user access right.
All the column in my radgrid are pair with ItemTemplate and EditItemTemplate.
The button in side the RadGrid i need to hide is in ItemTemplate.
I have try to hide it in ColumnCreated with ColumnUniqueName but fail.
I try to hide it in ItemDataBound but the column is neither in edit, Add mode.And it is also not a Header,Pager, Footer Item.
Does anyone has idea on this ?
All the column in my radgrid are pair with ItemTemplate and EditItemTemplate.
The button in side the RadGrid i need to hide is in ItemTemplate.
I have try to hide it in ColumnCreated with ColumnUniqueName but fail.
I try to hide it in ItemDataBound but the column is neither in edit, Add mode.And it is also not a Header,Pager, Footer Item.
Does anyone has idea on this ?