Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
83 views
I have a Radgrid which was working fine on most popular browsers including iphones and bb's, after upgrading my telerik libraries to 2012.2.607.35, the popup to enter a new record stop working on the iphone and blackberry,  ( have not tested android, but probably it has the same problem ), I downloaded an small app to change the user agent on the phone, and the grid worked fine again, problem is I cannot force all my users ( ~5000 ) to download the same app. Is there a solution for this? a patch maybe?

This is the error Im getting:
TypeError: 'undefined' is not a function (evaluating '$telerik.$(this.get_element()).doubletap(this._dblclick)') 

Attached you will find screenshot of the errors : 

Steps to reproduce on a pc: 

1. open safari and change user agent to iphone ( 1.png )
3. open telerik grid popup ( 2.png )


Thanks

Marin
Telerik team
 answered on 12 Jul 2012
6 answers
196 views
Hi
We have a requirement that we need to display the gap in the Linechart on certain condition i.e Display Gap in between last data poin and next data point as shown in attachment.
Please REPLY ASAp
Evgenia
Telerik team
 answered on 12 Jul 2012
1 answer
56 views
Hi all,

I have a radgrid in which, I have GridEditCommandcolumn, in that I need GridTemplateColumns to be editable and the GridBoundColumns to be non editable. How can I do this?

Thanks
Shinu
Top achievements
Rank 2
 answered on 12 Jul 2012
5 answers
178 views
I have been following the instructions here to update my calendar and was wondering if there is a way of doing this without using javascipt?
Ideally I would like to be able to set the disabled dates in the server code and not have to replicate it into javavscript. I have quite a few complicated calculations to do, and lookups in a databas to determine if a date should be disabled, and need to set this on the page load. The minimum and maximum dates also which I set on page load seem to be ignored once a user navigates to the next or previous month.
Thanks
Maria Ilieva
Telerik team
 answered on 12 Jul 2012
1 answer
81 views
Hello Sir,


I am using Rad Editor with version - 7.1.2.0 in .net 2.0  and I run my application on IE9 then  cursor is not in writable mode on Rad Editor.

So Please help me How Should I resolve it or Should I use latest version for resolve it.

Thanks,

Alok
Rumen
Telerik team
 answered on 12 Jul 2012
1 answer
84 views

Hi all,

In my radgrid, there are 3 columns. Is it possible to show the column headers when the grid is not connected to the datasource? Please provide some solutions.

Thanks in advance
Princy
Top achievements
Rank 2
 answered on 12 Jul 2012
3 answers
84 views
Hi

In the advanced form section - Time format, an error is displayed when hitting Apply/OK without making any changes to the field - "Please enter a valid time format"

Lee
Plamen
Telerik team
 answered on 12 Jul 2012
1 answer
118 views
The code that is called by set_contentUrl causes the content to always be loaded twice.

When creating a new tab and pageview clientside, when you call set_contentUrl on the newly created PageView the _createIframe code is eventually called resulting in the content being loaded twice due to the src of the iframe being specified two different ways with no conditional after the first succeeds.  Stepping through after the call to set_contentUrl in IE9 confirms this and is a huge performance issue as it doubles every page viewed in a tab.

Here's the Telerik js code (that is included as the webresource):

b.RadPageViewCollection._createIframe=function(c){var d=document.createElement("iframe");
d.frameBorder="0";
d.style.width="100%";
d.style.height="100%";
if(c._contentUrl){d.src=c._contentUrl;
}c.get_element().appendChild(d);
a(c.get_element()).find("iframe").attr("src",c._contentUrl);
};

The code doesn't match the scripts included in the install directory and if you switch to EnableEmbeddedScripts=false and specify the individual scripts required ( a real pain in the @$$ since you can't mix and match), the content is not loaded twice.  Looks like the scripts in the webresource are outdated.

By mix & match, I meant that you can't just have one Telerik control with EnableEmbeddedScripts=false, as there is no error handling if things like $Telerik are already instantiated - so you have to do it for every Telerik control on the page.

Dimitar Terziev
Telerik team
 answered on 12 Jul 2012
1 answer
94 views

Hello,

I have a RadAsynchUpload control inside a div with style display:none.

When the user clicks a certain radio I switch the div to display:block. In this scenario the AllowedFileExtensions is ignored. If I put the upload control in a div with normal display it works.
Princy
Top achievements
Rank 2
 answered on 12 Jul 2012
2 answers
215 views
Hi all,

    I have a radgrid which contains 3 columns. In this, the second column is hyperlink type and it navigates to another page. When I filter records using this column it won't work for the first time and then it works after that.

Please provide some suggestions.

Code for the column:

<telerik:GridHyperLinkColumn UniqueName="Description" DataTextField="Description" DataNavigateUrlFields="FindDescription"   DataNavigateUrlFormatString="~/Clients/Details.aspx?Mode=Edit&ID={1}"  HeaderStyle-Width="150px" HeaderText="Description" SortExpression="Description" CurrentFilterFunction="StartsWith"  ShowFilterIcon="False" AutoPostBackOnFilter="True" FilterControlWidth="70px">  </telerik:GridHyperLinkColumn>

Thanks in advance
Angella
Top achievements
Rank 1
 answered on 12 Jul 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?