Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
101 views
How can I change color of an appointment when UPDATE button on AdvancedForm is clicked.

When I tried
e.ModifedAppointment.Subject = " Test" it works fine. But when I try e.ModifiedAppointment.BackColor = System.Drawing.Color.Red it does not work. Some how its getting overridden. Any idea?
vamshi
Top achievements
Rank 1
 answered on 22 Sep 2008
1 answer
100 views
We have experienced what appears to be a bug with the "leftpad" attribute of an appointment.

In our situation, we have a weekly view in which every "block" of the calendar represents 12 hours. So, if an appointment starts at 8am for example, we pad it 66%, so it appears 2/3 of the way between 12am and noon. For appointments that begin at 12, or are all day, we leave the leftpad attribute alone, which leads to it being set to NULL and the appointment is properly not padded at all.

The problem occurs only in the following cases:
* The current week has an all day appointment for Monday (so not padded)
* Navigate to previous week
* The Monday of the previous week has an appointment starting somewhere in the AM (and padded accordingly)
* Navigate back to the current week
* Now, the all day Monday appointment is padded equivalent to the padding of the previous Monday's appointment instead of appearing to begin at 12.
* If the page is refreshed, then the all day appointment returns to begin at 12

To get around this, I have specified a leftpad value of "0%" for these all day appointments. But, this is only necessary in those cases listed above so it appears to be a bug within the Schedule control.

Unfortunately I don't have a sample project at this time that represents this.

I can provide more detail (screenshots, etc) if necessary.
T. Tsonev
Telerik team
 answered on 22 Sep 2008
1 answer
123 views
Hi, All:

today I upgraded to Rad Asp.net ajax Q2 2008 sp1.  I have error in getting my RadChart displayed.  I think I need to update:
<add path="ChartImage.axd" verb="*" type="Telerik.Web.UI.ChartHttpHandler, Telerik.Web.UI, Version=2008.2.723.20, Culture=neutral, PublicKeyToken=121fae78165ba3d4" validate="false"/>

Please provide a correct <add path=......

Thanks so much.

Stanley
Esperanza Ramos
Top achievements
Rank 1
 answered on 22 Sep 2008
3 answers
197 views
Seems like this should be easy, but I can't figure it out.

on my web page I want an image.
when image is clicked on, client javascript will display the date picker.
I will wire up client event for OnDateClick and handle from there, hiding the date picker.

I do not want the textbox that comes with the built in datepicker.
I've tried flailing around to not have it display, but I get javascript errors from the control stating that the text box cannot be found.

can anyone out there post the markup I need for this simple task?

Thanks,
RjD
Daniel
Telerik team
 answered on 22 Sep 2008
1 answer
138 views
I am changing a grid from editform to edittemplate.  In the codebehind on the ItemDataBound event I am currently manipulating a field 'password' successfully by:$0$0$0$0$0 GridDataItem gridDataItem = e.Item as GridDataItem;$0$0 password = gridDataItem["password"].Text;$0$0gridDataItem["password"].Text = password blah blah blah;$0$0$0$0$0$0which works fine$0$0$0$0$0Now on the EditForm fields:$0$0$0$0$0The other fields in the edit form I am simply doing a <%# Bind("field") %>.$0$0$0$0$0$0but for the Password field, I'm guessing I need to 'copy' the GridEditItem value to the GridEditFormItem, but I'm not sure how?$0$0$0$0$0$0$0$0$0$0$0$0$0$0
david
Top achievements
Rank 1
 answered on 22 Sep 2008
3 answers
150 views
I've seen hints this is possible but I can't seem to track down how to do it.  I'm building a scheduling routine where reservations for made for 15min timeslots each hour.  The database knows which timeslots are avaialble so I'd like to be able to bind the set of available timeslot to the RadTimePicker so it only shows the times that are available.  I can get the collection of available dates quite easily from the database I just don't know how I can bind those dates to the RadTimePicker.  Any help is greatly appreciated!

Thanks, Justin
Vlad
Telerik team
 answered on 22 Sep 2008
1 answer
57 views
Is there any way to filter the radgrid by a column which was not the column whose criteria was selected.  For example on the grid UI I filter "StartDate" where "Contains" is 1, which actually filters "StartDateGhostColumn" where "Contains" is 1 on the back end?
Sebastian
Telerik team
 answered on 22 Sep 2008
2 answers
146 views
I'm looking for a custom row deleting solution. When the user clicks to delete an item from the grid, the item will expand and the user can enter a reason that they are deleting.

I currently already have an edit option in the grid, so my thought was to have multiple edit buttons (one for the actual edit and the other for the delete) that opens different edit forms. Is  this a viable option? Are there any preexisting resources on this?

Thanks
Roger
Top achievements
Rank 1
 answered on 22 Sep 2008
2 answers
125 views
I'm using a multiple Time Pickers with a Time View for a timesheet application.

The time picker drop down is populated with times in 15 minute increments.

I'd like to be able to limit selection to only an item in this list. I don't want to disable the ability to type in the field. Basically, I'd love a combination of the combo box "autocomplete" feature and the time picker.

Is this possible?
Daniel
Top achievements
Rank 1
 answered on 22 Sep 2008
4 answers
147 views
Anyone have any idea why a RadAjaxLoadingPanel with multiple divs and an image would work properly on Firefox, but not (always) on IE?  In particular, it fails on IE when a RadTabStrip is updating RadMultiView panels.

The symptom: The top half of the panel is visible, while the bottom half gets cut off.  The IE Developer Toolbar highlight the proper area using the DOM inspector, but IE just doesn't draw the entire panel.

Here's the code:

<telerik:RadAjaxLoadingPanel ID="AjaxLoadingPanel" runat="server" Transparency="10" Height="80px" Width="80px"
  <div class="LoadingPanel"
    <div class="center"
      <asp:Label ID="LoadingPanelLoadingLabel" runat="server" Text="Loading..." /> 
    </div> 
    <div class="center"
      <asp:Image ID="LoadingImage" runat="server" AlternateText="Loading..." ImageUrl="~/images/rotating.gif"/> 
    </div> 
  </div> 
</telerik:RadAjaxLoadingPanel> 
 

And here is a stylesheet snippet for the LoadingPanel:

.LoadingPanel 
  background: transparent url(../images/loadingpanelbackground.gif) no-repeat scroll 0px 0px; 
  height: 80px; 
  width: 80px; 
  padding-left: 12px; 
  padding-top: 15px; 
  margin-left:auto; 
  margin-right:auto; 
 


Thanks,
Tim

Tim
Top achievements
Rank 1
 answered on 22 Sep 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?