Telerik Forums
UI for ASP.NET AJAX Forum
4 answers
240 views
I'm trying to have a HyperLink column in my grid where it links to another page in my web site application, but the link is not active.  What am I doing wrong?

        <rad:GridHyperLinkColumn AllowFiltering="False"  
            DataNavigateUrlField="AppraisalID" ShowSortIcon="False" Text="View"  
            UniqueName="column"  
            DataNavigateUrlFormatString="~/Appraisals/Details.aspx?id={0}"> 
        </rad:GridHyperLinkColumn> 
 

King Wilder
Top achievements
Rank 2
 answered on 27 Jun 2008
1 answer
166 views
Hello,

I have a page in which there is IFRAME. Within IFRAME there is page with a button and RadtreeView control. On clicking the button RadWindow opens. The RadWindow has RadTreeView with a Copy Button. On clicking Copy button the RadWindow closes. But also want to reload the RadTreeView of the opener page in IFRAME.

Please tell me how to reload the RadtreeView on opener page in IFrame or reload the page in IFRAME?

Thanks in advance.
Georgi Tunev
Telerik team
 answered on 27 Jun 2008
2 answers
165 views
Hi Telerik,
I want to reorder the rows of a grid with the help of a ComboBox in each row (telerik:GridTemplateColumn).
And here my problem:
I need something like ComboBox.selectedIndex += 1
But in your Client-Side API I've found only
var items = combo.get_items();
var incItem=combo.get_selectedIndex()+1;
var item = items.getItem(incItem);
item.select();
The issue here is, that each item.select() 
triggers OnClientSelectedIndexChanged.
Is there a possibility to change the selected index without triggering an event?

I hope you understand my problem ;-)

Best regards,
Andreas
Andreas Kaech
Top achievements
Rank 1
 answered on 27 Jun 2008
1 answer
160 views
I am using the Scheduler for Resource Grouping.
I want the focus to be on the first resource and the current system time when I load the scheduler.
eg:- if it is 2.30 pm then  the focus should be on the first resource and the current time ie 2.30pm.

Thanks,
Vassu
Peter
Telerik team
 answered on 27 Jun 2008
1 answer
107 views
We'd like to strip out specific tags when pasting to the editor.  For example, <FORM></FORM>, <INPUT>,<SELECT>,<SCRIPT></SCRIPT>.

Is there a way to have the editor strip those out on a paste and paste from word action?  i know we can scub the input server side, but would like to do it as the data is being pasted from the client.  Thanks.
Rumen
Telerik team
 answered on 27 Jun 2008
3 answers
225 views
Hi I have a RadGrid with a custom ItemTemplate and Edit Template in a GridTemplateColumn, and a GridEditCommandColumn next to this with the edit command in it, and it changes to the save/cancel buttons as the form is edited inline.

My Grid is quite long vertically due to the nature of the data, so when I click edit towards the bottom of the page you can't see the loading panel as it is at the top of the grid. How can I get my Loading Panel to display inside the grid row that is being switched to edit mode and back, instead of at the top of the grid?

Thank you.
Nikolay Rusev
Telerik team
 answered on 27 Jun 2008
1 answer
95 views
Hi,

I put the following styles in my page to change the height of the appointment to 15px as well as some other styling items.  I found that when I remove the height:15px from the first item in the style sheet, the built in delete functionality works for each appointment.  However leaving the height set to 15px allows me to see the delete button (the X in the top right corner), but it does not allow me to click the delete button.

Also just as a note "AppClass" and "EventClass" are custom styles set in the AppointmentDataBound event to individual appointments.
<style type="text/css">  
    .RadScheduler_Office2007 .rsMonthView div.rsWrap  
    {  
        height:15px;  
        width:100%;  
    }  
    .rsAptContent.AppClass .rsAptInner, .rsAptContent.EventClass .rsAptInner  
    {  
        line-height: 12px !important;       
        border-top:Solid 2px #555;  
        padding-left:3px;  
          
    }  
    .rsAptContent.AppClass .rsAptInner      
    {  
        background-color:#BF7F3F;           
    }  
    .rsAptContent.EventClass .rsAptInner  
    {   
        background-color:#4B71A2;  
    }  
    .RadScheduler_Office2007 .rsMonthView .rsCell  
    {  
        height:75px !important;  
    }  
      
</style> 

Thanks for the help,

Seth
Alex Gyoshev
Telerik team
 answered on 27 Jun 2008
4 answers
134 views

Are there any updated asp.net skin files available for each of the RAD controls. I want to be able to use asp.net themes.      There is a link here for this sort of thing http://www.telerik.com/support/product-skins-downloads.aspx, but the downloads do not seem to be up to date.


As an example for the calendar I would need a skin file that has the following in it:

<

telerik:RadCalendar Runat="server"
EnableEmbeddedSkins="False"
Skin="Default"
NavigationNextImage="Calendar\arrowRight.gif"
FastNavigationNextImage="Calendar\fastNavRight.gif" NavigationPrevImage="Calendar\arrowLeft.gif"
FastNavigationPrevImage="Calendar\fastNavLeft.gif" >
</telerik:RadCalendar>


I could do something similar for each of the Rad controls, but it would be repetitive.  Is there any place I can get these skin files from? It would be usefull if these came with the RAD download.

Darrel
Top achievements
Rank 1
 answered on 27 Jun 2008
1 answer
88 views
Hi,

Today I installed the Ajax Extensions 1.0 and upgraded our installation from 4.4.1.0 to 5.0.1.  I *think* I've followed all instructions correctly but I'm getting a Javascript error when I go to edit a list item or use the web part (we don't use WCM) - the page displays with the RadControls editor but it doesn't function properly.  The error in IE 7 is at Line 6, Char: 31417 "Object doesn't support this property or method".

Any ideas on what I've done wrong?

Is there a simple test I can do to see if I've done the Ajax part right?

Thanks

Michael.
Rumen
Telerik team
 answered on 27 Jun 2008
4 answers
139 views
Hello,
When the Scheduler is in timeline view (time at the top, resources on the left),
is it possible to get access to the DOM element of each resource row on the scheduler.  More specifically I would like to loop through all the resourcs rows on the scheduler that are currently visible on the client side and set some CSS styles of each resource row.  I am not looking for appointments collection or resources collection (I know Schduler provides access to both collections) but looking to access the 'row'/html dom element that kind of holds all these together.

Thanks
Raj
T. Tsonev
Telerik team
 answered on 27 Jun 2008
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?