I have a working user control, with update/insert/cancel buttons on it. I also have a RadTabStrip on the user control too. Then in the RadTabStrip_tabClick event, what I want to do, when a user clicks on a tab in the RadTabStrip is call the RadGird_InsertCommand from the main form.
What would be the best way to call the RadGrid_InsertCommand from the main form?
Thanks,
Brett