Does RadControls for ASP.NET AJAX Q1 2012 SP1 support momgodb ?
I have a table in my Radgrid footer. Looks like the <td> top-border has been added to my table. not sure but i think it is inheriting it from .rgFooter but I can't that class in my css file.
Attached a pic of my results and my table. Thanks.
Hi Everyone,
We are having a problem with the File Explorer uploading xlsx documents. My developers believe it is because of our SSL. Can anyone help us with this?



I have a need to add custom text to graphs which are completely independent of the title or legend -- for instance, perhaps a "Generated Date" in the upper-left corner. I have seen some examples of customizing legends or titles using the KendoUI API. I am not familiar with this, but even so the examples show customizing other parts of the graph that already exist.
Any examples or documentation or hints available for this scenario?
Thanks!
Adam
Help me,
I create project webApplication and add :
<telerik:RadEditor ID="radContact" Skin="Default" runat="server" Height="150px" Width="100%"
ToolsFile="~/App_Data/ToolsFileSmall.xml" DialogHandlerUrl="~/Telerik.Web.UI.DialogHandler.axd">
<Content>
</Content>
</telerik:RadEditor>
and add "RegisterRoutes" in Global.asax:
void Application_Start(object sender, EventArgs e)
{
// Code that runs on application startup
RouteConfig.RegisterRoutes(RouteTable.Routes);
BundleConfig.RegisterBundles(BundleTable.Bundles);
RegisterRoutesDemo(RouteTable.Routes);
}
private void RegisterRoutesDemo(RouteCollection routes)
{
routes.MapPageRoute("chitiet_sanpham", "san-pham/{productName}/{ProductId}", "~/ProductDetail.aspx");
routes.MapPageRoute("chuyenmuc_sanpham", "chuyen-muc/{categoryName}/{CategoryId}", "~/ProductCategory.aspx");
routes.MapPageRoute("store", "{account}", "~/StoreOwn.aspx");
routes.MapPageRoute("register", "dang-ky/dang-ky-gian-hang", "~/Registion.aspx");
routes.MapPageRoute("home", "", "~/Default.aspx");
}
Then I run project error Editor. You can help me fix error. Thanks