Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
49 views
Hello,

Attached is a snapshot for an issue that am facing on displaying a grid when AllowScroll and UseStaticHeaders are set to true,

this issue is happening on IE (issue.jpg) while it should look like (correct.jpg).

brief description:
I have client side binding grid on intranet application (works on compability mode) IE10 or IE9.
the container of the grid is a table with table-layout: fixed; (to fix the horizontal scroll bar issue on IE).

please advise what can be done to fix this issue

Thanks
Venelin
Telerik team
 answered on 03 Jul 2013
1 answer
111 views
hi,

i am using radnumeric text box in my page and i used following javascript function to avoid both decimal point and negative symbol

function DecimalKeyPress(sender, args) {
                var keyCharacter = args.get_keyCharacter();

                if (keyCharacter == sender.get_numberFormat().DecimalSeparator ||
        keyCharacter == sender.get_numberFormat().NegativeSign) {
                    args.set_cancel(true);
                }

But there seems to be an issue with Firefox as delete key is not working. We found that both delete and decimal key return the same key character as 46. It works with all other browsers.

How can i fix this issue.

Regards
Jiju
Viktor Tachev
Telerik team
 answered on 03 Jul 2013
1 answer
46 views
Hi All,

We are using Telerik RadControls for ASP.NET Ajax Version - 2009.2.70 in VS2005.
Now we want to migrate VS2012.

Question

Will Telerik RadControls for ASP.NET Ajax Version - 2009.2.70 work for VS 2012 and IE 10 Browser?

I tried to migrate the source code,Rad Controls are working fine in Chrome and Firefox but getting some scripting errors in IE 10,

I want to know whether  Rad Controls Version 2009.2.70 will work for VS 2012 and IE 10 Browser or not?

Thank You
Varma


 
Viktor Tachev
Telerik team
 answered on 03 Jul 2013
2 answers
412 views
Hi,

I've been working with the RadGrid and exporttoexcel().  Originally, I didn't like the warning about the file format and extensions don't match message so I tried using biff file format instead and got the error attached.
I noticed there was another thread on this issue here.  I ran the code provided and was not able to reproduce the file corruption error.

Any insight as to why I am getting corrupted files would be great,

Thanks,
Ian
Kostadin
Telerik team
 answered on 03 Jul 2013
1 answer
194 views
Hi,

I am following this article:

http://www.telerik.com/community/code-library/aspnet-ajax/html-chart/exporting-radhtmlchart-to-png-and-pdf.aspx

To export my radhtmlchart to PDF. The problem is that I am hiding the RadHtmlChart Legend and displaying my own custom legend. When I export the chart I see the chart in PDF but no legend (understandbly because I am hiding the legend).

I believe that a possible solution could be that I make the Legend visible, then generate the SVG text, then hide the legend. Is this possible? Can you suggest a work around?
Stamo Gochev
Telerik team
 answered on 03 Jul 2013
3 answers
74 views
Hi All,
I have updated my telerik controls after updating I am experiencing strange behavior in RadGrid's showColumn & hideColumn functionality.

when I have changed my Browser Mode to IE8 and Document Mode: Quirks (using F12 in IE8 browser) showColumn & hideColumn are not working as expected.

Can any one help in this? Thanks in advance.
Milena
Telerik team
 answered on 03 Jul 2013
1 answer
298 views

Hi,
I have a column StartDate type Datetime. But when i click on column header for sorting it is not sorting properly in acs or desc. it is showing sorting only on month part of date
Like
08/21/2012
07/21/2014
06/26/2013
06/26/2013
It is in descending order but it is wrong.

<telerik:GridBoundColumn DataField="StartDate" HeaderText="Start Date" SortExpression="StartDate" DataType="System.DateTime"
UniqueName="StartDate"DataFormatString="{0:MM/dd/yyyy}" ReadOnly="true"
 ItemStyle-Width="80px" HeaderStyle-Width="80px">
</telerik:GridBoundColumn>
I have tried this http://www.telerik.com/community/forums/aspnet-ajax/grid/sort-the-date-column-in-radgrid-on-clicking-of-the-header.aspx but still no success. Please find screen shot of problem.

I also used
<telerik:GridDateTimeColumn DataField="StartDate" HeaderText="StartDate" SortExpression="StartDate"
DataType="System.DateTime" UniqueName="StartDate" DataFormatString="{0:MM/dd/yyyy}"
ReadOnly="true" ItemStyle-Width="80px" HeaderStyle-Width="80px">
</telerik:GridDateTimeColumn>
 But not working Please help.
Jayesh Goyani
Top achievements
Rank 2
 answered on 03 Jul 2013
1 answer
745 views
I have an XML document that I wish to display in the browser. The sections of the document must be collapsible / expandable (similar to what IE does with an XMl document).

Which control should I use? The XML Document is not an actual XML file, it is an in memory XmlDocument represented by the XMLDocument class. How can I display this in my browser?
Ianko
Telerik team
 answered on 03 Jul 2013
5 answers
298 views
Hello,

I have a hyperlinkcolumn in my grid. I want the NavigateUrl property to contain the primary key value for each row like so:

page.aspx?key=value

How do i accomplish this in code behind?

Thanks

Princy
Top achievements
Rank 2
 answered on 03 Jul 2013
1 answer
98 views
Hi everyone

How can I add an icon in the right corner of radtextbox?

Thanks for replying,
KB.
Princy
Top achievements
Rank 2
 answered on 03 Jul 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Iron
Iron
Andrey
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Iron
Iron
Andrey
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?