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

I have a RadGrid with a NestedViewTemplate inside it. I wish to expand the first row of the NestedViewTemplate when the page first loads.

I have been unable to acheive this so far, can anyone suggest how best to acheive this?

Thanks,

Ken
Jerry T.
Top achievements
Rank 1
 answered on 12 Apr 2011
2 answers
143 views
I have a RadWindow acting as a wizard in an application, and one of the pages contains a RadUpload. This has worked fine on both my development and production environment. Recently I upgraded the project from a 2009 version (I forget which one) of Telerik RadControls for ASP.NET Ajax to Q1 2011. This tests fine in development. However in the production environment, after modifying the Web Application to run ASP.NET 4 (It was 2), the RadUpload items began acting strangely. I have these in a few places and usually, they include the input area and the Select button. I am finding that they are invisible on the production server, where they are visible on the development server. I am running IIS 6 on production and IIS 7 on development. I also added a dummy RadUpload with all controls visible, and when I do this all I see are Add and Delete buttons. I also notice that this only occurs in the RadWindow page, where some other pages that contain RadUpload controls behave normally. 

Is there something I need to do when I upgrade the production to a new version of Telerik RadControls for ASP.NET Ajax? I copied in the new Telerik.Web.UI.dll, Telerik.Web.UI.Dll.Refresh and Telerik.Web.UI.XML files. Also I sync'ed up the web.config files such that the production and development versions only differ in the App Settings sections.

Thanks, Steve
neebs
Top achievements
Rank 2
 answered on 12 Apr 2011
1 answer
307 views
var grid = $find(gridID);          
 var masterTable = grid.get_masterTableView();
            var dataItems = masterTable.get_dataItems();
            var row = dataItems[itemIndex].get_element();
            masterTable.set_currentPageIndex(page);
            row.focus();
What I am trying to do is: i have a textbox with a number and when I mouse over on it, I pass the number to the parameters of "page" and "itemIndex", I want the grid show on that page and also focus on the row of that number. I can see the grid is refreshed on mouseover but the current page stay unchanged and the row focus doesn't work, if I change to masterTable.selectItem(row), it works ONLY when the current page is set to the one contains that row. Did I miss anything?

Thank you!
Vasil
Telerik team
 answered on 12 Apr 2011
4 answers
133 views
I have a page which includes both a master and details panel scenario and i want to update the page title when i hit the detail sub routine.

The code to this is working but as I am using RadAjaxPanel the head seciton of the page is not being updated.  I have tried EnablePageHeadUpdate="true" but does not make difference, am i missing something?

Of course as soon as I remove the RadAjaxPanel everything works just fine but dont want to lose my slick looking telerik stuff!

Cheers,

S
Maria Ilieva
Telerik team
 answered on 12 Apr 2011
1 answer
169 views
I have a RadEditor placed on a content page. When I run the web application locally (ASP.NET 3.5), the RadEditor shows up fine. When I deploy the web application to our production server, the editor doesn't show up, instead I get a series of bullet points that when hovered over show a tooltip of a toolbar.

I don't have the code with me right now, but can anyone suggest what I should check when I get back into work on Monday? Any pointers would be appreciated! I don't understand how it works fine locally (when I hit F5 in visual studio 2010), but when I deploy to the server it doesnt work. I can confirm that there are other applications on the server I am deploying to where the RadEditor works fine, just not in my web application project. Do I need to check any specific web.config settings?

Thanks
Dobromir
Telerik team
 answered on 12 Apr 2011
6 answers
312 views

I haven't used the slider control before, so hopfully I am missing something simple. First,
using the follwing code, the slider value are not displayed: 

<telerik:RadSlider id="RadSlider1" runat="server" Height="95px"

 

 

ItemType="Tick" Length="300" MaximumValue="5" MinimumValue="1" Value="3" Width="400px" Skin="Windows7" TrackPosition="TopLeft" >

 

 

 

</telerik:RadSlider>


Thanks for you help.

 

Niko
Telerik team
 answered on 12 Apr 2011
3 answers
247 views
Hello,

I have a page that pops up a RadWindow.  Then the page pops up a radconfirm.  I want the radconfirm to appear over the RadWindow, but it appears beneath the RadWindow.  Is there anyway to give the radconfirm a higher z-index?

Thanks.
Svetlina Anati
Telerik team
 answered on 12 Apr 2011
3 answers
276 views
Quick question - I've been trying to figure out how to horizontally align these columns of a simple instance of RadCalendar using 100% width and inside of a fixed width div.

Image: http://i.imgur.com/ksOfZ.jpg

Code:
<div style="width:400px; vertical-align:top;">
         
       <telerik:RadCalendar ID="RadCalendar1" runat="server" AutoPostBack="true" Width="100%"
               PresentationType="Preview" DayNameFormat="Short" ShowRowHeaders="false" ShowOtherMonthsDays="true"
               EnableMultiSelect="false" UseRowHeadersAsSelectors="false" UseColumnHeadersAsSelectors="false"
               OnDayRender="RadCalendar1_DayRender" OnPreRender="RadCalendar1_PreRender">
           <DayStyle HorizontalAlign="Center" />
           <SpecialDays>
               <telerik:RadCalendarDay Repeatable="Today" Date="" ItemStyle-CssClass="rcToday" />
           </SpecialDays>
       </telerik:RadCalendar>        
 </div>

Appreciate any help.  Thanks.

-- Mike
Tsvetina
Telerik team
 answered on 12 Apr 2011
1 answer
93 views
Hello

I am implementing the RadToolTip and I have a senary quite common in systems today. I want to register as a User is in a textbox the tootltip shows a message about that field, then assigns an onclick event ShowEvent so that when users click on the textbox the message appears, but when we navigate between fields by pressing "Tab" sailed in this field when the tooltip does not open, so it must use an event OnFocus.
But my need is to use the two behaviors OnFocus and OnClick events, how could I do this? Is it possible?
Svetlina Anati
Telerik team
 answered on 12 Apr 2011
2 answers
175 views
Hello,

I have a Treelist that binds data that is not more then 1 level deep (Parent and 0 or 1 child). Now I have a button bind to each itemrow. What I want is that only the parentitem show the button (not the childitem). Is there a way in the ItemDataBound event to determine is a item is the parentnode (hasParent property) so I can only show the buttons for the parentitems?

Thanks in advance.

Kind regards,

Patrick
Patrick
Top achievements
Rank 1
 answered on 12 Apr 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?