Hello, I am trying to set the OnItemCommand in the code behind in visual basic with no luck.
For example, I am trying to set the property like this which works in C#,
However in VB.net I don't even have access to the ItemCommand event.
Any help is greatly appreciated.
Thanks,
For example, I am trying to set the property like this which works in C#,
grid1.ItemCommand += New GridCommandEventHandler(RadGridView_ItemCommand)
Any help is greatly appreciated.
Thanks,