Hi all,
I'm using a rad grid to display employees list and for every employee I have to do some actions so for every employee row i have some buttons
Edit , Delete , Action
I m using on (RadGrid1_ItemCreated) event to handle these buttons
in the action button I have to display a context menu with list of related actions for the selected employee
how can I display this context menu and how to relate every menu Item to the selected employee
thanks