Context menu multiple Rows . .

I want to be able to get a context menu on a right click when i highlight multiple rows. by setting the listboxselection to multiextended it worked but it now highlights the full row that i am on. I only want to highlighting the columns in the row that i am currently highlighting. any ideas ?? thks, ak

1 Reply

ST stanleyj Syncfusion Team December 21, 2005 12:39 PM UTC

Hi Adam, I am not sure that I understand. In general the context pops up at right click when this.gridControl1.ContextMenu is assigned to the contextMenu instance. You can also make use of the ContextMenu.show method in the MouseDown handler checking the right MouseButtons. Regards, Stanley

Loader.
Up arrow icon