Win 7 - 64bit,
Telerik WinForms Controls 2012.2.912.40
Using VB.net
Hello:
I placed a RadContextMenu on a Form
I then attempted to associate the RCM to a RadGridView in the ContextMenuOpening Event...
Telerik WinForms Controls 2012.2.912.40
Using VB.net
Hello:
I placed a RadContextMenu on a Form
I then attempted to associate the RCM to a RadGridView in the ContextMenuOpening Event...
Private Sub RGV_ContextMenuOpening(ByVal sender As Object, ByVal e As Telerik.WinControls.UI.ContextMenuOpeningEventArgs)
e.ContextMenu =
Me.RadContextMenuForGrids
End
Sub
Why is the compiler seeing the 2 objects as being different. Here is the error?
RadContextMenu cannot be converted to RadDropDownMenu?
Thanks,
Mark