Hello,
we are trying to set up programmatically a tooltip manager on a RadGrid defined programmatically in a class inheriting Control. We associate both the RadGrid and the RadTooltipManager with the RadAjaxManager, and the generic item of the RadGrid is associated with a RadContextMenu with RightClick. The ContextMenu works, but we can't access programmatically to the OnAjaxUpdate event of the ToolTipManager (and we can't define the tooltipmanager on a ascx control, due to architectural design) because the compiler response is that the OnAjaxUpdate in not accessibile:
Error 7 'Telerik.Web.UI.RadToolTipManager.OnAjaxUpdate(Telerik.Web.UI.ToolTipUpdateEventArgs)' is inaccessible due to its protection level)
Could anyone help us?
Thanks a lot for the attention.
we are trying to set up programmatically a tooltip manager on a RadGrid defined programmatically in a class inheriting Control. We associate both the RadGrid and the RadTooltipManager with the RadAjaxManager, and the generic item of the RadGrid is associated with a RadContextMenu with RightClick. The ContextMenu works, but we can't access programmatically to the OnAjaxUpdate event of the ToolTipManager (and we can't define the tooltipmanager on a ascx control, due to architectural design) because the compiler response is that the OnAjaxUpdate in not accessibile:
Error 7 'Telerik.Web.UI.RadToolTipManager.OnAjaxUpdate(Telerik.Web.UI.ToolTipUpdateEventArgs)' is inaccessible due to its protection level)
Could anyone help us?
Thanks a lot for the attention.