Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
99 views
Hi,

we have some serious problems after migrating from Windows 7 to Windows 8.1. The excel export is not working the way it should anymore.

We get the following behavior:
- we trigger the export method without any error
- excel is opening from the browser
- we see an excel sheet but not the way we want it to be. It seems like the export method did a print of the whole page. We get all elements from our site in our excel sheet. all filters that where applied previously on the grid don't show any effect. We see the whole amount of possible results.

Do you have any suggestions?

Thanks in advance!
Maximilian Morlock
Daniel
Telerik team
 answered on 04 Aug 2014
5 answers
209 views
I'm trying to set up a yearly calendar and have a muti view of months 2X6, so all 12 months show, pretty simple.

 <telerik:RadCalendar ID="radCalendarYear" runat="server" MultiViewColumns="6" ShowRowHeaders="False"  MultiViewRows="2" 
         EnableNavigation="False" EnableMonthYearFastNavigation="false"
         UseColumnHeadersAsSelectors="false" ShowOtherMonthsDays="false" Width="99%">
    </telerik:RadCalendar>

Now, I want to run through the whole year and set the absent dates for the year. I want to replace the month day with an "E" for excused, and a "U" for Unexcused , and set the background color to red or yellow.

I looked at the Day render process, example, and it does what I want, but I cannot get it to work for a multiview. So, am i using the wrong method? Should I use the Special Days process instead? And if so, how would I replace the cell text in this process?

Could anyone help me with a subroutine example of looping through a datatable (or an iList), and setting the text and color of a multi-view calendar for the corresponding matching dates (calendar date to datatable date)?

Special days? or DayRender?

Thanks so much
,
~bg
Eyup
Telerik team
 answered on 04 Aug 2014
2 answers
105 views
On my site i have a page called schedule.aspx :

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="schedule.aspx.cs" Inherits="aro.Schedule" MasterPageFile="~/UI/Templates/Default.Master" Theme="Default" %>
<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %>

Below tha i have 2 asp:content (headers).
After that a asp:content holding 2 dropdown lists and then a radscheduler and a raddock.

The masterpage holds a menu which is shown at the top and a footer shown at the bottom.

Now what i would like to do is when pressing a button show the radscheduler full screen.
So no more dropdowns, no menu's etc, just the radscheduler.

Would it be an idea to put the scheduler inside a dock and resize that dock when pressing a button ?
Of open a new dock and putting the scheduler in that dock ?

After this i want to do the same thing with a page holding a raddock.
In both cases it is related to mobile use, where i want to make optimal use of the room on the screen.

Any ideas would be helpfull :)

Plamen
Telerik team
 answered on 04 Aug 2014
5 answers
218 views
Hi,

I'm running into an issue where a radeditor seems to be ignoring the initial height specified, and only updates to the correct height after a post back to the page.  When I look at the page source, I notice the height is set to 286px even though in the aspx page I have it set to be 250px.

Here's the code from the aspx page:
<telerik:RadEditor ID="re1" runat="server" Skin="Office2010Silver" Width="98%" Height="200px"
                TabIndex="10" ToolsFile="~/Content/toolbarContent.xml" 
                EditModes="Design, HTML" ContentAreaCssFile="~/Content/cssEditorGray.min.css"
                ToolbarMode="Default" StripFormattingOptions="MSWordRemoveAll"  />

Here's the line from the page source when I initially access the page:
<div id="ctl00_MainContent_iContent_re1" class="RadEditor Office2010Silver reWrapper" style="height: 286px; width: 98%;" tabindex="10">

Here's the line after I click a button on the page which does a post back:
<div id="ctl00_MainContent_iContent_re1" class="RadEditor Office2010Silver reWrapper" style="height:200px;width:98%;" tabindex="10">

This issue has just started happening in the past few months and was not always like this.  

Please let me know what further information I can provide to assist in resolving this issue.
Thank you!!
Ianko
Telerik team
 answered on 04 Aug 2014
1 answer
102 views
Good Day All 

i have a masterpage and a RadWindow is opened from the content page. But when i maximize the window it only moves within the Content Page space. i will it to be able to move across the page, even on top of masterpage contents. 

Thanks 

Shinu
Top achievements
Rank 2
 answered on 04 Aug 2014
14 answers
932 views
Hello,
I am trying to Export the data from a radgrid to a pdf.  I have created the CommandItemTemplate below for what I would like to display in the header:

<

CommandItemTemplate>

 

 

    <div style="text-align:left; padding-bottom:8px; float:left;">

 

 

        <asp:Label ID="lblCompanyDetailReport" runat="server" Text="Company Detail Report" Visible="false" Font-Italic="true" Font-        Names="Verdana" Font-Size="10px"></asp:Label><br />

 

 

        <asp:Label ID="lblFilterSetting" runat="server" Visible="false" Font-Italic="true" Font-Names="Verdana" Font-         Size="8px"></asp:Label>

 

 

        <asp:Label ID="lblDateRange" runat="server" Visible="false" Font-Italic="true" Font-Names="Verdana" Font-        Size="8px"></asp:Label>

 

 

    </div>

 

 

</CommandItemTemplate>

When I export my data, it puts the CommandItemTemplate data above the first radgrid column only.  I would like it to extend as far as it needs.  Is this possible?

Also, the exported RadGrid columns are fixed widths (i.e. the total space is divided equally among all columns).  Is it possible to specify widths for each column? 

I appreciate any help you can provide!

Matt

 

Shinu
Top achievements
Rank 2
 answered on 04 Aug 2014
6 answers
54 views

Your second attempt and still totally useless..

Not sure why I wasted time sending stuff to Telerik, when obviously no one takes any notice..

Show lingdatasource get object datasource.
Objectdatasource also does not work, still locks up..

TOTALLY USELESS even as a display gnatt..
Can you please just make this work without crashing and locking up..

After 5 years of promises, I don't think this is too much to ask.


 
Bozhidar
Telerik team
 answered on 04 Aug 2014
4 answers
120 views
I have two dropdownlists on an ascx control (ddlItemCode and ddlItemDescr).
They both have the same data as source. The only difference is the the fist one shows the code and the other one the description of the item. 

In the code behind:

ddlItemCode.Attributes.Add("onChange", "return ddlcodeOnSelectedIndexChange(this,'ddlItemCode');")

and for both lists...
ddlItemxxxx.DataValueField = "Itm_ID"

When the page opens, both lists have Itm_ID = 1853
(so the attached screen image below makes some sense)

On the shown script, I am trying to synchronize the right list (ddlItemDescr), so it selects the item which is selected on left list (ddlItemCode).

As you see on the screen image, the user selects the third entry (Itm_ID = 1857), but right list remains on the first selection. The watch expressions have been updated when the code reached the breakpoint.

In simple words, the command ddlto.val(newvalue) does not work!

Although it sounds stupid, I did try ddlto.val("1857") in the code just to check and still there was no change.

I would appreciate any help...
Dimitrios
Top achievements
Rank 1
 answered on 04 Aug 2014
4 answers
279 views
Hello There,

Let me start by saying I have done extensive searching regarding this issue and the items that I found weren't relevant to me or didn't seem to work.  My issue is that I have a <UserControl>  that I would like to dynamically add to the <NestedViewTemplate> of a RadGrid. The problem is that if I include the UserControl markup inside the NestedViewTemplate, it fires the UserControl events for each row within the RadGrid.  I would like to "Lazy" Load the UserControl upon the User Expanding a row within the RadGrid.  I have read examples of wrapping the UserControl inside an <asp:Panel> and toggling the Panels visibility property, but that doesn't seem to work.  

Could you please give an example of how to do this or a link to an article where this has been accomplished?

I've tried loading the UserControl dynamically, but it then loses the RadGrid's DataBinding Container and the controls inside the UserControl are no longer bound.

Thanks for you help in advance and I look forward to your response.

Chris   
Princy
Top achievements
Rank 2
 answered on 04 Aug 2014
1 answer
91 views
I am trying to upload and insert an image to my radeditor via ImageManager.  Ive got a file size of 2.5mb with dimensions of 2550x3301.  After selecting upload > browsing for and selecting the file then completing upload, the file then appears in directory with a new size of 46kb and dimensions of 232x300.

I dont want any resizing during the process of selecting my image to upload.  However it seems that the file being uploaded is being set to the preview size.

How can I track down where the resizing is concurring and stop this from happening?

using UI for ASP.NET AJAX Q2 2014 for .NET 3.5

I would be happy to provide further information if needed.
Ianko
Telerik team
 answered on 04 Aug 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
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?