I notice that radribbonbutton does not have a NavigationUrl Property to
navigate to a specific aspx. Is there a property to navigate to aspx
from the radribbonbutton. If not, How would I do it in code from the
.cs file.
protected void RadRibbonBar1_ButtonClick(object sender, Telerik.Web.UI.RibbonBarButtonClickEventArgs e)
{
switch (e.Button.Text)
{
case "Calender":
break;
default:
&nbs ...
Go to the complete details ...