Telerik Forums
UI for ASP.NET AJAX Forum
0 answers
97 views

So there’s an apparent bug in Exchange Web Services (Exchange 2007) that screws up the display of recurring calendar events when we use EWS. Basically, the returned XML contains DateTimes for recurring events that are provided in 2 different time zones: local time and zulu time, making events at certain times of the day disappear.

It’s noted in the Microsoft Press book “Inside Microsoft Exchange Server 2007 Web Services” (http://www.microsoft.com/learning/en/us/book.aspx?ID=10724&locale=en-us ). Excerpt attached.

The book recommends that we wait until Service Pack 1… however we have just installed SP3 and the issue remains. It *looks* like the Telerik Exchange provider is trying to work around it in ExchangeSchedulerProvider.cs with the following method:

public RecurrenceRange ConvertToRecurrenceRange2(EndDateRecurrenceRangeType endDateRecurr)
        {
            RecurrenceRange range = new RecurrenceRange();
            range.Start = endDateRecurr.StartDate;
            range.RecursUntil = endDateRecurr.EndDate.Date.AddDays(1);
 
            return range;
        }

Has anyone dealt with this and, if so, how?

Thanks in advance

Jonathan

Jonathan
Top achievements
Rank 2
 asked on 10 Aug 2010
0 answers
53 views
Please disregard  this post.
RageMonkeyRage
Top achievements
Rank 1
 asked on 10 Aug 2010
1 answer
104 views
I have a templated combo showing Product Title, System, and Cost.

<
telerik:RadComboBox ID="radcmbProduct" runat="server" Width="400px" Height="200px" AllowCustomText="false" EmptyMessage="Select a Product" EnableLoadOnDemand="True" ShowMoreResultsBox="true" EnableVirtualScrolling="true" HighlightTemplatedItems="true" MarkFirstMatch="true" NoWrap="true" OnItemsRequested="radcmbProduct_ItemsRequested" OnItemDataBound="radcmbProduct_ItemDataBound">
   <HeaderTemplate>
         <ul>
            <li class="col1">Title</li>
            <li class="col2">System</li>
            <li class="col3">Price</li>
         </ul>
   </HeaderTemplate>
   <ItemTemplate>
         <ul>
            <li class="col1">
               <%# DataBinder.Eval(Container.DataItem, "Title") %></li>
            <li class="col2">
               <%# DataBinder.Eval(Container.DataItem, "GameSystemName") %></li>
            <li class="col3">
               <%# DataBinder.Eval(Container.DataItem, "Cost") %></li>
         </ul>
   </ItemTemplate>
</telerik:RadComboBox>

The Product Title is going to be longer than I can fit ,  I have tried turning NoWrap off and Cost end up on the next line but I am having enough issues with the highlighting that I turned it back on.  Here is the CSS:

.col1

 

, .col2, .col3

 

{

 

float: left;

 

 

width: 100px;

 

 

margin: 0;

 

 

padding: 0 5px 0 0;

 

 

line-height: 14px;

 

}


I want to get the highlighting and perhaps the text wrapping to work together so it looks good.  Here is what it looks like now (see attachment)

I am not sure what is missing but it will not highlight based on the template and even if I turn nowrap on as it is, the highlight line is way above where the mouse is, etc.
Jeff Reinhardt
Top achievements
Rank 1
 answered on 10 Aug 2010
1 answer
138 views
I am trying to figure out in code-behind how to delete RadDock1 from a RadDockZone/RadDockLayout if I click on a button.  And how do I programatically add a RadDock by clicking on a button?
Petio Petkov
Telerik team
 answered on 10 Aug 2010
1 answer
44 views
Is there a way to only have one RadDock collapsed at a time?
Petio Petkov
Telerik team
 answered on 10 Aug 2010
1 answer
224 views
Hi,

I'm wondering if I can drag and drop images from treeview to html view of editor.
But unlike design view, I want to insert the html of the image like <img alt="xxxx" src="xxxx" /> when I drag and drop it to editor's html view.
I tried it in this demo example http://demos.telerik.com/aspnet-ajax/editor/examples/treeviewandeditor/defaultcs.aspx, but nothing happened when I dragged the image to html view.

Thank you in advance.
Aye
Rumen
Telerik team
 answered on 10 Aug 2010
1 answer
142 views
Hi guys, I have a probem when changing the width and height of the image manager for the editor, the new size chop the preview panel width and if the height is smaller than the default height, the buttons in the bottom part of the dialog are hidden, is there any way to re-acomodate the panels inside also I would like to hide the folder explorer panel because all the images will be in the same folder.
I'm using the following code to change the size of the image manager:

DialogDefinition imageManagerDialog = this.RadEditor1.GetDialogDefinition("ImageManager");
imageManagerDialog.Width = Unit.Pixel(500);
imageManagerDialog.Height = Unit.Pixel(400);

I attach a screenshot.

Thanks in advance
Regards
Rumen
Telerik team
 answered on 10 Aug 2010
1 answer
95 views
I'm looking for a DNN menu control that can create a menu much like the www.telerik.com menu.  I like the drop down panels for each section (Developer Productivity, Team Productivity, etc) and the sub-menu items that are displayed when a section is selected. 

Can something like this be built for Dot Net Nuke using the telerik controls?
Brian Mains
Top achievements
Rank 1
 answered on 10 Aug 2010
1 answer
155 views
Hi,

I'm trying to get a proper hover effect for the drag and drop with the Listview.

When the user drags the icon image from the left control over top of the right control, the selected item should light up with a hover effect. 

This was easily accomplished for FF and Chrome.
 
However, with IE, I need to figure out the J-query that will enable the hover effect over the destination elements.  I can get it to make a hover effect over the entire right container but not the individual selected element where the user wishes to drop the icon.

I just need a simple script that finds out which element is being dragged over (possibly in the itemDragging event) so I can set the CSS to force a hover effect in IE.
Veli
Telerik team
 answered on 10 Aug 2010
1 answer
199 views
I have a radgrid and all of my link buttons, hyperlinks are defaulting to the color black regardless of that css I apply.  What am I missing?

I have the grid assigned cssclass="RadGrid" and in my css I have:

.RadGrid a 
{
    color: #990000;
}
.RadGrid a:hover, .RadGrid a:visited 
{
    font-size: 15px;
    color: #990000;
}

The font-size is being applied but not the color.

Please help!!

Thanks,
Paula
Brian Mains
Top achievements
Rank 1
 answered on 10 Aug 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
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
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
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
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?