Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
278 views
Hi,

I am using a insert/delete/update radgrid, I have a dropdown list and a textbox in the rad grid, when I select a value in the dropdownlist column, then the textbox should be autopoulated with the data from the database correspoding to the value selected in the dropdownlist. (VB.Net)

For example I have menu table

itemno        |      Description
-----------------------------------
  1              |      XXX
 2               |      YYYYY

So the drop down list contains the itemno, so when the item no 2 is selected, then the Textbox should autopopulate 'YYYYY'

Any help will be highly appreciated
Hori
Top achievements
Rank 1
 answered on 26 May 2016
2 answers
63 views

Does RadControls for ASP.NET AJAX Q1 2012 SP1  support momgodb ? 

 

zheng
Top achievements
Rank 1
 answered on 26 May 2016
2 answers
454 views

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.

J S
Top achievements
Rank 1
 answered on 25 May 2016
1 answer
77 views

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?

Vessy
Telerik team
 answered on 25 May 2016
1 answer
157 views
When SingleClick="Button" in a toolbar, buttons with NavigateURl and target="blank" no longer appear to work.
Peter Milchev
Telerik team
 answered on 25 May 2016
3 answers
270 views
I would like to use StackPanel inside Grid for Web UI. But I can't find any docs or demo. How can I use StackPanel in web?
Viktor Tachev
Telerik team
 answered on 25 May 2016
1 answer
283 views

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

Marin Bratanov
Telerik team
 answered on 25 May 2016
0 answers
236 views

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

 

 

Vo
Top achievements
Rank 1
 asked on 25 May 2016
1 answer
107 views
We are using a Windows client application Microsoft Customer Care Accelerator.We have implemented the spell check in email body which works fine when email in opened in IE browser.
But when we open the email in the Windows client application which hosts it on a WPF control, we are not able to use mouse to select the results of the spell check.
Please refer the attach screen-shot for reference.
Any advice or help is greatly appreciated.
Marin Bratanov
Telerik team
 answered on 25 May 2016
1 answer
126 views
Hi,

Im using radhmtl chart and binding the data using Dataset, I want to show the column series on different colors based on data, Can you please help how to add different colors for columnseries based on the condition I have, following is the code
<telerik:RadHtmlChart runat="server" ID="RadHtmlChart5" Width="600px" Height="400px" Visible="false" OnDataBound="RadHtmlChart5_DataBound">

<PlotArea>
<Series>
<telerik:ColumnSeries Name="Hours" DataFieldY="TotalHours">
<TooltipsAppearance Color="White"></TooltipsAppearance>
</telerik:ColumnSeries>
</Series>
<XAxis DataLabelsField="Service"></XAxis>
<YAxis><MinorGridLines Visible="false"></MinorGridLines></YAxis>
</PlotArea>
<Legend><Appearance Visible="false"></Appearance></Legend>
<ChartTitle Text="Total Hours Per Service"></ChartTitle>
</telerik:RadHtmlChart>


DataTable dt = new DataTable();
dt=Cls.GetAllData(id);
RadHtmlChart5.Visible = true;
for(int i=0; i<dt.Rows.Count; i++)
{


if (dt.Rows[0]["Service"].ToString() == "Employee")
{
//I want to show columnserries color as red
}
if (dt.Rows[0]["Service"].ToString() == "Vendor")
{
//I want to show columnserries color as blue
}
if (dt.Rows[0]["Service"].ToString() == "Contractor")
{
//I want to show columnserries color as green}
}

RadHtmlChart5.DataSource = dt;

RadHtmlChart5.DataBind();
Marin Bratanov
Telerik team
 answered on 25 May 2016
Narrow your results
Selected tags
Tags
+? more
Top users last month
Top achievements
Rank 1
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ivory
Top achievements
Rank 1
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
YF
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Top achievements
Rank 1
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ivory
Top achievements
Rank 1
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
YF
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?