Telerik Forums
UI for ASP.NET AJAX Forum
4 answers
92 views
Discovered a problem on the latest editor, latest Firefox. If the editor is initially hidden when loaded, an extra <br> will be added to the existing content.

The behavior does not exist in Chrome or IE. The behavior does not exist in the previous version of the editor that we had (2012.2.724.40)

This is a significant problem for us.  Can you provide a solution?

Thanks,
Trevor.
Trevor
Top achievements
Rank 1
 answered on 15 May 2014
2 answers
50 views
Hi,
when I put my pivot inside a splitter I have the following error with firebug
TypeError: $get(...) is null

the row is 5160 Telerik.Web.UI
if(c.className.indexOf("ConfigurationPanel")!=-1){return $get(this.get_id()+"_OT").parentNode;
}return c;

when I debug it $get(this.get_id()+"_OT") is null

Is this a telerik bug?


<telerik:RadSplitter ID="RadSplitter1" runat="server" Width="100%" Height="300">
            <telerik:RadPane ID="LeftPane" runat="server" Width="100">
                Left pane</telerik:RadPane>
            <telerik:RadSplitBar ID="RadSplitBar1" runat="server" CollapseMode="Forward" Width="20px"
                Height="50px">
            </telerik:RadSplitBar>
            <telerik:RadPane ID="MiddlePane1" runat="server" Width="200">
                <telerik:RadPivotGrid ID="pivot" runat="server">
                </telerik:RadPivotGrid>
            </telerik:RadPane>
        </telerik:RadSplitter>
Mattia
Top achievements
Rank 2
 answered on 15 May 2014
2 answers
141 views
Can Tokens be restricted to one line instead of the RadAutoCompleteBox resizing? When InputType is set to Text the control does not resize.
Nencho
Telerik team
 answered on 15 May 2014
1 answer
56 views
Hi,
 how to have export buttons with my customised tooltip?
Princy
Top achievements
Rank 2
 answered on 15 May 2014
3 answers
889 views

Currently, I have a RadGrid with dropdown list filtering on each column added to the grid programmatically.

 

 

Public Class GridDropdownFilterColumn : Inherits GridBoundColumn
....

 

Dim

 

_column As New Core.RadGrid.GridDropdownFilterColumn

 

...

InboxGrid.MasterTableView.Columns.Add(_column)
...

How can I change the dropdown list in one or more of my columns to contain checkboxes and have the grid filtered on the selected values?

I got the idea from the following example:  
http://demos.telerik.com/aspnet-ajax/combobox/examples/functionality/templates/defaultcs.aspx

zozzancs
Top achievements
Rank 1
 answered on 15 May 2014
4 answers
173 views
Hello,

I try to use the feature FilterType=CheckList of the radgrid. 

So I defined the CheckListWebServicePath property of the MasterTableView and the FilterCheckListWebServiceMethod (GetCities) of the GridBoundColumn. 
Problem is that I always get the same error when I click on the filter button : 
Server method failed : GetCities. 

So, I guess the link with the WCF service is not correct. Thing is I don't understand what to put exactly on the CheckListWebServicePath. Is it the link like "http://localhost:xxxx/MyService.svc" or a direct link like "..\..\MyService.svc" ? 

I tried everything (as shown in the online basic filtering example) but with no success. 
Note that if I call my GetCities method in the C# codebehind, it's working fine : 
MyServiceClient test = new MyService.MyServiceClient();
RadListBoxItemData[] lstTest = test.GetCities(new Dictionary<string, object>());

If needed, I can provide a project example. Thank you, JC






Vasil
Telerik team
 answered on 15 May 2014
10 answers
399 views
Hi,

I notice that the RadDatePicker control has a nice feature - if you put an invalid date into the field, the border of the control turns red and a little yellow triangle with an exclamation mark appears inside the textbox.

Is it possible to do this with a RadTextBox or a RadComboBox?

If so, how do we do this?

Thanks.

Matt.
Vasil
Telerik team
 answered on 15 May 2014
1 answer
58 views
I'm trying to figure out how to get the OrgChart to work with a large .NET dataset but I'm not having much luck.

If I just bind the dataset using .DataSource it takes over a minute to draw the nodes and the page is less than responsive.  That's no good.

I tried setting the property LoadOnDemand="Nodes" but that doesn't seem to do anything.  All the nodes are rendered.

I can limit the number of levels on the initial rendering using the MaxDataBindDepth property.  That works great but I don't see + signs on nodes that have children so I can't expand the tree as I would expect.

The Load on Demand demo looks like it would provide functionality that I want but it is setup to do grouping which I don't want.  Is there an example somewhere of a straight forward bind to a .NET dataset (or datatable) with LoadOnDemand that only loads 2 or 3 levels then allows you to click on the + on each node that has children to further expand the tree?
Plamen
Telerik team
 answered on 15 May 2014
1 answer
44 views
Hi,

I seem unable to upload any large-ish files (around 20mb up) in IE (any version) and Chrome. However, Firefox works fine.

Using the development tools in Internet Explorer, I have noticed that a 404 error occurs. I have run though the following steps:

http://www.telerik.com/help/aspnet-ajax/upload-uploading-large-files.html

Unfortunately,  This hasn't help.

We are currently running under IIS 7.5

Markup

<telerik:RadAsyncUpload ID="ruFiles" runat="server" Skin="" ControlObjectsVisibility="None"
                                DisablePlugins="true"
                                OnClientFileUploaded="doFileUpload"
                                OnClientFileSelected="showLoading"
                                OnFileUploaded="rauFiles_FileUploaded"
                                EnableFileInputSkinning="false"
                                MaxFileSize="214748364"            
                                OnClientValidationFailed="OnClientValidationFailed"
                                OnClientProgressUpdating="onClientFileUploading">
                                <Localization Select="" />
                             </telerik:RadAsyncUpload>

Web.Config
<requestFiltering>
        <!-- the posted content for normal pages should be less than 1 MB.
                     File uploads are handled by the location attribute. -->
        <requestLimits maxAllowedContentLength="10485760" />
      </requestFiltering>
 
<httpRuntime maxRequestLength="1073741824" requestValidationMode="2.0" />


Plamen
Telerik team
 answered on 15 May 2014
3 answers
156 views
Hi All,
                Script can be recorded for Telerik Web Application in QTP & Selenium tools? If not please suggest other tools other than Telerik product..
Raj
Top achievements
Rank 1
 answered on 15 May 2014
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
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
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?