Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
148 views
Dear Support-Team

I want to late bind a constant to the value property of the radmenuitem. If I try it it wouldn't e renderd. Why?

 

<telerik:RadMenuItem

 

 

    runat="server"

 

 

    Text="Text"

 

 

    Value="<%= WebFrontend.Constants.RadMenu.EditAccessory %>"

 

 

    HoveredImageUrl="~/Images/cmdAdd16x16.png"

 

 

    ImageUrl="~/Images/cmdAdd16x16.png">

 

 

</telerik:RadMenuItem>

Thanks in advanced.
Christian

 

Kalina
Telerik team
 answered on 16 Sep 2010
17 answers
594 views
Hey,

I have a Calendar and i have applied a template to it...
<CalendarDayTemplates> 
        <telerik:DayTemplate ID="GEvent" runat="server">  
        <Content> 
        <div style="text-align:center">  
        <img src="../Images/Calendar_Event.png" style="border: 0px;" /> </div> 
     </Content> 
        </telerik:DayTemplate> 
    </CalendarDayTemplates> 

I then add these according to the entries in the DB...
foreach (LaunchEvent LE in VW.DAL.DataRepository.LaunchEventProvider.GetAll())  
            {  
                RadCalendarDay NewDay = new RadCalendarDay(RadCalendar1);  
                NewDay.Date = LE.Date;  
                NewDay.Repeatable = RecurringEvents.None;  
                NewDay.TemplateID = "GEvent";  
                NewDay.ItemStyle.CssClass = "CalendarEvent";  
                NewDay.ToolTip = LE.Name;  
                RadCalendar1.SpecialDays.Add(NewDay);  
            } 

And it works well except for the fact that It hides the date on any day that i apply a template to. How do i display the date?

All i really need to to is apply an icon onto a date where an event is happening so that ppl can see when the shit is goign down and click on it.

Thanks,
Greg

Pavlina
Telerik team
 answered on 16 Sep 2010
4 answers
149 views
hi
i used this url :http://mono.telerik.com/TreeView/Examples/Programming/DataBinding/DefaultCS.aspx
tvActionsTreeView.DataTextField = "Text";
                RAdtreeview1.DataNavigateUrlField = "Url";
                RAdtreeview1.DataFieldID = "ID";
                RAdtreeview1.DataFieldParentID = "ParentID";
                RAdtreeview1.DataSource = CDSStockLogic.BusinessObjects.UI.Actions.GetAll();
                RAdtreeview1.DataBind();
RAdtreeview1.DataSource is full
my data:
ID             Url                  ParentID              Text
----------------------------------------------------------------
0            null                 -1                          text1
1            null                   0                         text2
2           null                    0                         text3
3            null                   1                         text4
4            null                   1                         text5

but radtreeview not bind and is empty
please help
Cori
Top achievements
Rank 2
 answered on 16 Sep 2010
1 answer
213 views
I trying to clone an RadComboBox using $Telerik.cloneControle but I always get an error  if someone could paste the working code example, I'll be very grateful.
Kalina
Telerik team
 answered on 16 Sep 2010
1 answer
65 views
Hi
  I have following set up:
I am dynamically loading a user control which has radgrid in it...i also have a button above radgrid, which when clicked opens a radwindow, upon closing that radwindow, i am rebinding the radgrid which is working fine and the grid results are updated. But now the basic filters (filters on top of columns) don't work anymore. They work fine on initial page load, but now they throw error "Error: 'null' is null or not an object". I have a client side function on close of the popup which triggers ajaxrequest click of a hidden button and hidden button click's server click event does the rebind. So i guess the data is getting rebinded okay, just the filters are not working. My guess is this is happening because of dynamically loading control, but i checked the server ID and the Client side ID of the grid and they stay the same and i also have enableviewstate to true. what else can i try???

thanks in advance
Iana Tsolova
Telerik team
 answered on 16 Sep 2010
1 answer
174 views
I received word from one of our customers yesterday that our RadUpload was 'timing out.'  She is the only person having troubles uploading (that we know of).  At first, I thought it was because she was trying to upload a large file.  Then she tried it with a less than 1 MB jpeg.  Attached is a screenshot she sent me.

Does anyone know of a reason it seems to hang?

Thanks,
Kyle
T. Tsonev
Telerik team
 answered on 16 Sep 2010
6 answers
139 views

I got a Dundas map in my page and trying to update with RadAjaxManager. Whenever there is a postback all the controls are
loading but the map. The map is simply disappearing. This is working with normal AJAX update panel.
Please let me know how to link Dundas map with RadAjaxManager.

Thanks in advance,
Srikanth.

 

Maria Ilieva
Telerik team
 answered on 16 Sep 2010
5 answers
331 views
I am wondering what is the easiest way to set an appointment readonly?
Some of the appointments for example, supervisor's assignment to employee, once set in the scheduler, one cannot delete and update them.  How could I achieve it?  I hope there is  a readonly property for Appointment class. 

Thanks

BTW, no one has answers to my other questions:
http://www.telerik.com/community/forums/aspnet-ajax/scheduler/scheduler-performance-concerns.aspx
http://www.telerik.com/community/forums/aspnet-ajax/scheduler/user-based-recources.aspx
Veronica
Telerik team
 answered on 16 Sep 2010
1 answer
88 views
Hi.  I am wondering if it is possible to place appointments in a scrollable panel within the MonthView day cells/TimeSlots  and remove the "more" link.  We would like to display all of the appointments for each day in the monthview, but show a vertical scrollbar if there are more than 8 appointments for the day, so the user can view all appointments without having a "more" link.

Thanks,
Nate
Veronica
Telerik team
 answered on 16 Sep 2010
1 answer
108 views
Hi

How can I stop the "editing a recurring appointment" (see attached) screen from appearing.

Thanks

David
Veronica
Telerik team
 answered on 16 Sep 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?