Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
82 views
I wonder how to persist a PanelBar scrolling position if the PanelBar is placed into an UpdatePanel? I believe that should be out-of-the-box feature.
Kate
Telerik team
 answered on 12 Oct 2011
1 answer
69 views
Hi there,

I'm trying to spellcheck a textbox within a grid's commanditemtemplate.

<CommandItemTemplate>   
        <div id="divBottom" runat="server">
                <asp:Label ID="lblJustification" runat="server" Text="Justification: " />
                <telerik:RadTextBox ID="txtJustification" runat="server" TextMode="MultiLine" />
        </div>
</CommandItemTemplate>


Many thanks!
Patrick
Rumen
Telerik team
 answered on 12 Oct 2011
2 answers
120 views
I am filling a RadScheduler through code. I fill in 3 appointments, with ID 1,2,3 and 22. When i now enter RadScheduler1_AppointmentDelete, and check the e.Appointment.ID of the appointment clicked, it is 17! Where does this come from? Is this ID attribute something other than I think it is? I need to get an ID that can tell me what item to delete in the DB.
Jostein
Top achievements
Rank 1
 answered on 12 Oct 2011
3 answers
522 views
Hi,
 
I have to change background colors of RadTextbox and RadDatePicker

how to change RadTextbox(Telerik textbox) and RadDatePicker(Telerik DatePicker) background color using jquery or Javascript?


Thanks,
Jayesh Varu

Shinu
Top achievements
Rank 2
 answered on 12 Oct 2011
2 answers
82 views
I am using a RadScheduler that I fill from codebehind, meaning I insert each appointment through code, and do not connect the scheduler to a datasource. When the user changes views (from day to week), I fill the scheduler again for the visible time period. So when in day view, i only get the items for the day in question, same for week, month etc.
Now, when I first enter the page I am in day view and all looks fine. If I then switch to another view, all is still fine. If i change view AGAIN (second time), to month or timeline view, the UI is not updated. The boxes for the dates are all there, but not the day-numbers inside, and not my appointments. If I now hover over a date, the day number and appointment items appear for that date. I have to hover the mouse over each date for them to display anything. Anyone know why?
Jostein
Top achievements
Rank 1
 answered on 12 Oct 2011
14 answers
346 views
Hi, 

I just updatedTelerik.Web.UI.dll file and I got error message which I didn't encounter before upgrade. The error message is
Object doesn't support this property or method. I found if there is a RadDatePicker on that page, the error will popup.

Can anyone help me out on this issue. 

Thanks

Anthony

Nguyen
Top achievements
Rank 1
 answered on 12 Oct 2011
1 answer
54 views
Upon page load, the screen looks fine in chrome.  Upon activating a combobox by clicking something to select, the screen becomes very wide under chrome, 111 million+ pixels wide and things go downhill from there.

Things run fine under FF & IE.  If we replace the rad control boxes with standard asp boxes, things return to normal under chrome.  Any ideas why it should be so wide?  If we replace the radcombos with regular ASP items, the problems go away.




Here is a code sample:
            <EditItemTemplate>
                <telerik:RadComboBox runat="server" ID="TimeBetweenCmbBx"
                        DataTextField="Command_Interval"
                     DataValueField="Command_Interval" SelectedValue='<%# Bind("Command_Interval") %>'  width="100%">
                   <items>
                           <telerik:RadComboBoxItem runat="server" Text="15 Minutes" Value="15"/>
                           <telerik:RadComboBoxItem runat="server" Text="30 Minutes" Value="30"/>
                           <telerik:RadComboBoxItem runat="server" Text="1 Hour" Value="60" />
                           <telerik:RadComboBoxItem runat="server" Text="2 Hours" Value="120"/>
                           <telerik:RadComboBoxItem runat="server" Text="1 Day" Value="1440"/>                  
                   </items>
                </telerik:RadComboBox>
            </EditItemTemplate>
Kate
Telerik team
 answered on 12 Oct 2011
2 answers
440 views
hi,

i want to replace an imagebutton control by the radbutton but i'am having a problem with setting image by the code behind.

thanks!
hedi
Top achievements
Rank 1
 answered on 12 Oct 2011
5 answers
120 views
Hi,
I am using  a chart control including 2 bar series, I need to make each bar in one series be overlapped with the bar in the other series, because I need to simulate "Bullet graph"

thanks,
Mohamed Taraman
Evgenia
Telerik team
 answered on 12 Oct 2011
2 answers
141 views
Hi,

I am using Telerik RadControls for ASP.NET Ajax.
DLL : Telerik.Web.UI
Version : 2011.2.915.35

I am using RadCalendar in Multiview mode. I have 6 Rows and 2 Columns.
I have a requirement which has two steps,
1. Highlight or change the background color of a particular month in RadCalendar(Multiview) based on User's selection. Other months should have the usual white background.
2. I have to set specific dates in the highlighted month as selected based on the user input.

I was able to achieve the second part with the help of the below code, which highlights the selected dates in RED.

RadCalendar.set_datesInRange(startDate, endDate);

How can i highlight a month in RadCalendar(Multiview) apart from setting the selected dates?

Regards,
Dayanithy

Dayanithy
Top achievements
Rank 1
 answered on 12 Oct 2011
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?