Telerik Forums
UI for ASP.NET AJAX Forum
11 answers
177 views
hi,

I have rad combo box: ((ddlGroups2)) not working fine in my telerik converted website, I can build my website normally but after I run it, I found the rad combo box is disabled, so nothing happened if I click the arrow to open the drop down menu !


if I replace the rad combo box with normal asp.net drop down list, thin it works fine but with telerik its not working,

here is a snapshot:

Helen
Telerik team
 answered on 16 Aug 2011
1 answer
51 views
I am building a lined chart and have the LineSeriesAppearance.PenStyle set to "solid" for the series, but would like to change it to "dot" at the end of the series to signify the values occur outside of a threshold.  Is this possible?  For example:

Value 1: solid
Value 2: solid
Value 3: solid
[threshold hit]
Value 4: dot
Value 5: dot
Evgenia
Telerik team
 answered on 16 Aug 2011
3 answers
100 views
Hello,
My grid contains only template columns which are built runtime. Also I create custom header template, like this:

public void InstantiateIn(Control container)
        {
            LinkButton label;
            if (_item != null)
            {
                label = new LinkButton()
                            {
                                Text = _item.caption                                
                            };
                CssStyle style = _styleBuilder.CreateStyle(_item.f_name + "_header",
                                                                             _item.RunTimeColumnInformation.
                                                                                 HeaderAppearance);
                if (_styles.Find(s => s.Name == style.Name) == null)
                {
                    _styles.Add(style);
                }
                ((GridTableHeaderCell)container).CssClass = style.Name;
            }
            else
                label = new LinkButton()
                            {
                                Text = _caption
                            };
            label.CommandName = "Sort";
            label.CommandArgument = _item.user_name;
            container.Controls.Add(label);
        }
Each time I click header, I receive a message
Sys.WebForms.PageRequestManagerServerErrorException: "/UpeWeb.ASPNET/Telerik.Web.UI.WebResource.axd" is not a valid script path. Path must have ".js" extension.
I'm not sure this is a correct translation, because I see it on my native language, but you should get an idea of what's going on. Looks like it happened because of new AJAX control made by me from scratch. It's of CompositeControl type and implements IScriptControl. And each time there's a postback on page, I receive a message like this.
Thank you.
Mira
Telerik team
 answered on 16 Aug 2011
4 answers
112 views
Hello Telerik ,

I have a RadChart in my asp.net application. I can't able to display text values on x-axis . I tried both client and server sides but it didn't work. Instead of text it is displaying numeric values. Can you help me to this asap.

Thanks
Swetha
Jimmy
Top achievements
Rank 1
 answered on 16 Aug 2011
3 answers
152 views
How can I style the File Explorer, considering it lies within an iframe?

Is there any given way to hide the address-path text box?
Bozhidar
Telerik team
 answered on 16 Aug 2011
3 answers
173 views
Hi,

I am searching for a sollution for my RadGrid:

I`ve puted some data in a DataGrid, I`ve puted a column with image buttons, so that each row has a button!
Now i will set an event when the user is clicking the button.
In the Event I will navigate to an other page that is inside of my Application.
I will also give some infofrmations about the clicked row with.
The part inside the event will lock for Example like this:

Application["Example"] = ExampleList.Where(exap => examp.id == ExampleList.selectedindex);
Server.Transfer("Example.aspx", false);

This will not be the problem, but how i can create the Event???
I didn`t find any way to create an Event like that.

Thanks for your help!!

Michael
Maria Ilieva
Telerik team
 answered on 16 Aug 2011
11 answers
479 views
Hello,
I have a DataColumn which contains an item ID and TemplateColumn for that DataColumn, which displays item name depending on ID it's bound to. When I press a header to sort grid, items should sort by names, not by ids. How can I do that?
Almost forgot. Everything I have is a ready-to-use dataset, I cannot manipulate SQL statements and I don't have item names included in that dataset.
Thank you.

Dmitry
Top achievements
Rank 1
 answered on 16 Aug 2011
2 answers
87 views
I am using the sitemap and the top level items in my web.site map do not have URL's. can i stop them being selectable?
Steve Gray
Top achievements
Rank 1
 answered on 16 Aug 2011
1 answer
148 views
We have HTML saved in our database (from before we implemented RadEditor) that includes things like: <SPAN style="FONT-SIZE: 10pt" gray;?="" color:="" arial?,?sans-serif?;="">. When the user posts with this HTML in Firefox they get an alert that looks like:

Error while executing filter ConvertFontToSpanFilter - [Exception... "String contains an invalid character"  code: "5" nsresult: "0x80530005 (NS_ERROR_DOM_INVALID_CHARACTER_ERR)"  location: "https://localhost/Subscribers/ScriptResource.axd?d=2eHYqgnVBHONfwZDen1YDcz5DZLpEQofwg799549PDgZJJmxxQIG0GJmh_GR-8UxvUyNvk5EpabsR9QxsnPoxMX4d0CJVoRiU1N2E56z93xNDv0T_o-WS_vGOOS9lTwEXhW03g2&t=ffffffff9f027b8e Line: 580"]

Is there any way we can suppress this error message?

Dobromir
Telerik team
 answered on 16 Aug 2011
4 answers
229 views
Dear Telerik team,

we've recently upgraded ASP.NET Ajax Web controls to version 2011.2.712.40, however by the next launch of our web. application we've obtained the following error message after a visual skin has been changed:
 Telerik.Web.UI.RadFormDecorator with ID='FormDecorator1' was unable to find embedded skin with name 'Office2010Blue'. Please, make sure that you spelled the skin name correctly, or if you want to use a custom skin, set EnableEmbeddedSkins=false. 

A curiosity occurs also at Telerik upgrade wizzard by getting the latest version (see attached image as >>upgradescreen.jpg<<)

In addition, VS2010 Designer shows an error message "Failed to create designer..." for all the visual components.
We've also tried the remove of the files from folder: 'C:\Users\[user]\AppData\Local\Microsoft\VisualStudio\10.0\ProjectAssemblies', but it doesn't work.

At last we provide the screenshot as the next attachment >>versioninfo.jpg<< obtained from a project references list in VS2010 which (oddly enough) indicates the use of latest libraries (v.2011.2.712.40).

Can you help us, please? We'll be very grateful for any ideas and suggestions.

Kind regards,
SCT
Lini
Telerik team
 answered on 16 Aug 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?