Hello asif,
Thank you for writing.
You can easily create a context menu like the one on the provided image by using of RadContextMenu. For this purpose, simply add from the Toolbox RadContextMenuManager and RadContextMenu. Then, in the property grid of the form assign the instance of the context menu (
radContextMenu1 in this case) to the RadContextMenu property of the form. Now all that is left is to add the desired RadMenuItems, RadComboBoxItems or RadSeparatorItems to the context menu. You can customize them with images which will appear before the menu item, just like in the screen shot, you can change their colors, etc. Finally, you can subscribe to the Click event of the desired items and put your logic there.
Attached, you can find a sample project demonstrating this. At
this link you can find our documentation regarding RadContextMenu.
Let me know if you need further assistance.
All the best,
Stefan
the Telerik team
Q3’10 SP1 of RadControls for WinForms is available for
download; also available is the Q1'11
Roadmap for Telerik Windows Forms controls.