Hi
How can I disable the Edit and Delete Column if my RadGrid is in Edit or Insert Mode? I'm disabling the Refresh and AddNew Button OnItemDataBound but can't find the buttons for each row.
At the moment I cancel the the event in the OnItemCommand handler but would like to give the user som visual hint (greyed out) that these buttons aren't working.
Thanks for advice!