Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
128 views

Hello,

I upgraded to the latest telerik version yesterday to change my pivot grid excel exporting to use xlsx. Now I’m getting auto formatting of data when it is exported. An example is I have column headers by fiscal year. So a value in the header that is “2006-07” ends up being “7/1/2006“ when it gets to excel. This happens for all my fiscal year column headers. And when I check the cell type in excel its set to Date even though the datatype in the DataTable and PivotGrid is a String. I tried to use the PivotGridCellExporting to possible change this but during that process the values are all correct.
If I change it back to export to xls the column header formats are correct. Is there some setting I can change to fix this issue?

Thanks,
Jesse

Pavlina
Telerik team
 answered on 24 Jul 2015
2 answers
83 views

Hi,

Is it possible to show title in the summary tasks?

 

Thanks

Maksym
Top achievements
Rank 1
 answered on 24 Jul 2015
2 answers
179 views
I have a radtreeview with checkbox. When I check the checkbox, I want to prevent checked event by clicking 'cancel' on confirm box but it doesnt work. Here is my code:
<telerik:RadTreeView ID="_tree" runat="server" Skin="Silk" CheckBoxes="true" OnClientNodeChecking='ClientNodeChecking' TriStateCheckBoxes="true" CheckChildNodes="true"></telerik:RadTreeView>


function ClientNodeChecking(sender, eventArgs) {
        var node = eventArgs.get_node();
        if (node.get_checked()) {
            var agree = confirm('Do you want to check?');
            if (agree) {
                node.check();
            }
            else
                return false;
        }
    }
Ivan Danchev
Telerik team
 answered on 24 Jul 2015
19 answers
503 views
Hi Team,

I would like to know if the below mentioned format can be achieved using the treeview.

-Section1
     -Section1.1
        -This section is long and need
           text wrapping with the indentation
           proper.
        -this is a small section   
     +Section1.2
     +Section1.3
     +Section1.4
+Section2
+Section3
+Section4

Do let me know if my question is not understandable.

Thanks,
Soonam
Ivan Danchev
Telerik team
 answered on 24 Jul 2015
23 answers
897 views
Based on the demo available on https://demos.telerik.com/aspnet-ajax/media-player/examples/overview/defaultcs.aspx#qsf-demo-source, I have used mediaplayer in my project. It plays all the .mp4 files except two in my list. That is confusing me. I checked the extension of the two files and both are .mp4 files. Both these files are of 1080p with large file size. Does that matter?
Eyup
Telerik team
 answered on 24 Jul 2015
4 answers
623 views

Hello,

 hopefully this is not a duplicate but I haven't been able to find any solution.

 

What I am looking for is a way to modify the new value when the 'save' event is fired. In my scenario there are several rows in the grid representing order positions. The user should now enter the amounts which are going to be shipped so he then can get a delivery note. So when the user enters an amount larger than initial the ordered one he should be warned and asked if he really wants to ship more. If denied the value should be set to the ordered amount.

I've tried several ways by modifiying the e.values or the e.model property. With or without a grid.refresh()... no way to modify the new value.

Finally I just define a e.preventDefault() but don't really like it.

Does anyone knows how to achieve my goal? Many thanks in advance!!

Olaf
Top achievements
Rank 2
 answered on 24 Jul 2015
1 answer
45 views
Many of this forums posts seem to be missing. For example, the DatePicker area has only seven posts, and I'm pretty sure they used be many, many more.
Pavlina
Telerik team
 answered on 24 Jul 2015
1 answer
647 views

Uncaught Sys.WebForms.PageRequestManagerServerErrorException: Sys.WebForms.PageRequestManagerServerErrorException: The state information is invalid for this page and might be corrupted.

 

when I click the button several times, then this error, you help me with!

Pavlina
Telerik team
 answered on 24 Jul 2015
1 answer
175 views

I am trying to create a UI test for an ASP.NET web site hosted in SharePoint 2010 using Test Studio. I am using WS2008 and IE10 for testing.

I am having a problem while getting element within an iFrame. This iFrame is created dynamically on click a link and loaded within a HTML page under the current page.

 I think that the iFrame is not loaded in the DOM and this is why I am getting error while accessing elements in the iFrame.

Can you please provide me a way to access elements in the iFrame?

 PFB, the error I have got in the log file:

Unable to find the target host (Browser/SilverlightApp) to locate an element. Failure waiting for frane '[Frame:id=DlfFrame1bc2fae4-baa8-45e1-9331-88asdlaewrfkdj,name=Frame_2,src=http://contoso.com/_layouts/listform.aspx,UseQuery:False]' time out. Error: Wait for condition has timed out.

 Thank you in advance.

Boyan Boev
Telerik team
 answered on 24 Jul 2015
1 answer
160 views
When we export our grid with "ignorepaging=true" to PDF, grid row content are splitting into two parts when there are more pages.
Some cell data is displaying in one page and some is in second page. So is there is some way or property through which we can
solve this problem. Attaching screen shot for example.
Pavlina
Telerik team
 answered on 24 Jul 2015
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?