Datagrid procedure name
I have created a datagrid with 3 buttons to go to detail page. View, Edit and Delete. Based on the access level of the user, the controls on the detail page are shown. For Edit and Delete, I used Datagrid_EditCommand and Datagrid_DeleteCommand events. What should i use for View. I tried item_command, but then it overrides edit and delete commands and always performs item_command event. I want to disable buttons on the detail page if it is in View mode.
Thanks
renu
|