Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
101 views
I have problem with RadDatePicker inside composite control. My composite control looks like this:
...
        protected override void CreateChildControls()
        {
            this.Controls.Clear();
            this.Calendar = new RadDatePicker
            {
              ID = "Calendar",
                Width = new Unit(100, UnitType.Percentage)

            };
            this.Controls.Add(this.Calendar);
        }

        protected override void Render(HtmlTextWriter writer)
        {
            this.AddAttributesToRender(writer);
            writer.RenderBeginTag(HtmlTextWriterTag.Div);
            this.Calendar.RenderControl(writer);
            writer.RenderEndTag();
        }
...
When I launch the project, the callendar appers on the page. The problem is that firebug logs error, and after click on the calendar's button nothing happens. The error:

TypeError: a is undefined
...alizer._serverTypeFieldName&&f!==0){d[f++]=d[0];d[0]=e}else d[f++]=e}if(i)d.sort...
Teleri...cacbc31

Maria Ilieva
Telerik team
 answered on 13 Dec 2012
1 answer
76 views
how to prevent the user from changing the slider value?

thanks
Shinu
Top achievements
Rank 2
 answered on 13 Dec 2012
3 answers
73 views
Hi,

I have a multiple ToolsFile.xml to use. I would like to decide dynamically by some condition which one to use for actually rendered page. Let's say I would like to do this decision in Site.master. Is there any possibility to do it?

Thanks,
Juraj
Rumen
Telerik team
 answered on 13 Dec 2012
1 answer
111 views
how to decrease the height of radtoolbar?

thanks
Princy
Top achievements
Rank 2
 answered on 13 Dec 2012
1 answer
418 views
Dear Telerik,

    we are using your telerik controls,Grid control is the most used control out of all.
I am curious to know the performance of grid is little slow in case of GridTemplateColumn as compare to GridBoundColumn
Please explain me some points

Thanks
Amit.
Maria Ilieva
Telerik team
 answered on 13 Dec 2012
1 answer
52 views
I have enabled row selection in radgrid. How to access the selected item value in an external button click?
Shinu
Top achievements
Rank 2
 answered on 13 Dec 2012
3 answers
85 views
Sorry to post again, but I had thought I had figured this out...turns out not.

Again, I have a RadFilter built up of fields pulled dynamically from a table.  An attribute in that table indicates the type of field from which I can derive the available filter menu options.  For example, CustomerName is a text field so it should have Contains, but not GreaterThan.  To a degree this can be controlled by the DataType field of the FieldEditor.  However, I want all my data types to be strings for processing sake.

I have gone over the demo with the RadCombo that replaces the control and I have a similar situation where the dynamic field can be driven by a dynamic list of valid values.  What DataType should be used for that if I were to use DataType to constrain the options (doesn't appear to be one).

Further, I have seen the examples of using JavaScript to customize the menu, but every one of them relies on either DataType or FieldName.  Again, neither of those work for me because one is constant and the other varies for each field.

Also, I may be able to rename, through the Localization properties, some of the menu options, but is there a way to add additional ones?

Any leads on a direction?
Marin
Telerik team
 answered on 13 Dec 2012
3 answers
165 views
Hello guys,
i've a webpage that is not comaptible with chrome and safari.
There is a method to make an aspx page is compatible with IE with Chorme and Safari? For example, a meta tag ... look at my page with a zoom of 100% chrome and then with a zoom of 25%, dimansioni change the text of the label, and the LinkButton of the emptymessage of radtextbox

Vasil
Telerik team
 answered on 13 Dec 2012
4 answers
255 views
I have problem using querystring parameters with a project where i use a RadTabStrip control with RadPageViews containing different aspx pages.

The user normally only sees http://MY_SITE_NAME/Default.aspx in the address bar.
My scenario is that for instance the first tab in the RadTabStrip opens a page, Tasks.aspx inside a Multipage. The Tasks.aspx page has a gridview which opens a detailsview inside a RadWindow. What i want to is is to create an url like http://MY_SITE_NAME/Default.aspx?Tab=Tasks&ProjectID=2&TaskID=1 , reading the querystring parameter in Tasks.aspx i then open the queried task in a RadWindow. 

The problem is that above my tabcontrol design i have a combobox which can change the current project to another. When the user has followed an url with the previous mentioned parameters, a new project is opened but Default.aspx will open the task with ProjectID=2TaskID=1even though the project has changed to a new project and the querystring shouldn't be used anymore. 

I know I can save the querystring parameters in Session and redirect the user in Default.aspx, but I would like to avoid using the Session variable. 

I have also tried to save the TaskID in the Context item, and do a Server.Transfer to the same page, but this gives me a stackoverflow exception.

How do I address this problem in the best way? Any suggestions would be appreciated
Nencho
Telerik team
 answered on 13 Dec 2012
3 answers
44 views
Hello,

I purchased "DevCraft Ultimate" and inside the "RadControls for ASP.NET AJAX" pakage I found the download for "SharePoint 2010 Web Parts" that contains some RadControls wrapped inside ready-to-use webparts. I saw on your site http://www.telerik.com/products/sharepoint/silverlight.aspx that also a ready-to-use webpart for the Silverlight RadChart control exists but I can't find the download inside my account page; can you help me?

Thank you very much.
Petar Kirov
Telerik team
 answered on 13 Dec 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?