Telerik Forums
UI for WPF Forum
1 answer
71 views
Hello, on a WPF desktop application, is there a way to completely customize how to display the box that represents a day on the month view of a calendar?  For example, instead of just relying upon a scheduler-view to show my appointments throughout a day, I want to have some symbols, colors and patterns display within the month-view of the calendar itself to indicate the appointments. I want to tinker with it - using graphics, colors, perhaps even some animation if necessary.  Does the calendar control provide this ability?

I am also going to tart other platforms including Win8, mobile, and web. But the WPF desktop (on Windows 7 or Windows 8 in desktop-mode) is what I'm concentrating on at the moment.

Thank you for your help & advice,

James Hurst

Windows 7 x64 Professional
Microsoft Visual Studio Ult. 2013
Konstantina
Telerik team
 answered on 12 Dec 2013
7 answers
303 views
Hi,
I am trying to print the entire contents in RadGrid which is having Parent and Child Grid. But on printing, the header shows additional row as "Drag a column header and drop it here to group by that column" which is not visible on screen but displayed in printing.

Kindle suggest how to hide the additional row.

Regards,
Vinetha.P
Dimitrina
Telerik team
 answered on 12 Dec 2013
1 answer
117 views
Hi,
   I have a gridview with a column bound with DataMemberBinding and the content is string.
In the string, this is when a carriage return, the row height changes.
I want to keep it fixed, how can you do?

Thanks,

Alberto
Top achievements
Rank 1
 answered on 12 Dec 2013
1 answer
1.3K+ views
Hi, I'd like to remove the mouse over row style completely, or at least change it be a lot more subtle. I've experimented with overriding the Background colour on mouseover as below:

<telerik:RadGridView.RowStyle>
    <Style TargetType="telerik:GridViewRow">
 
        <Style.Triggers>
            <Trigger Property="IsMouseOver" Value="True">
                <Setter Property="Background" Value="Transparent" />
            </Trigger>
        </Style.Triggers>
 
    </Style>
</telerik:RadGridView.RowStyle>

But this doesn't remove the style, there seems to be some sort of glass effect still that I can't change. I'm using the "Transparent" theme.

Basically I just don't want to row to change much or at all when the mouse is over.

thanks
Yoan
Telerik team
 answered on 12 Dec 2013
7 answers
742 views
Hello

I really appreciate the Rad Grid View filtering and grouping possibilities, but I have such case that I need to filter the source collection before it goes to your control. So I need in fact two filters, first I filter in code the collection and then I filter this filtered collection by your Rad Grid View.

So simply I have my ObservableCollection which is bounded to the Rad Grid View ItemsSource property. Then I am getting the collection view  by the CollectionViewSource.GetDefaultView() method and I am applying there my custom filter to the Filter property.

The problem is that the Rad Grid View seems to not react on that change. So my question is do you support such approach? What else can I do to filter my item before I can filter them by the control UI?

Thank you for help.

My Rad Grid View XAML:

<telerikControls:RadGridView
        HorizontalAlignment="Stretch"
        ItemsSource="{Binding myCollection}"
        SelectedItem="{Binding mySelectedItem, Mode=OneWayToSource}"
        IsReadOnly="True"
        CanUserFreezeColumns="False"
        AutoGenerateColumns="False"
        RowIndicatorVisibility="Collapsed">
BF1468901
Top achievements
Rank 1
 answered on 12 Dec 2013
2 answers
146 views


Hello Telerik,

So.. i have a RadDateTimePicker to which i want to apply Windows8TouchTheme and i want to change the content of Close Button.

To accomplish this, i've generated the style in Blend, i've searched the CloseButtonContainer and i've changed the content of Close Button and everything works perfectly.
But now, if i want to apply the theme, this is not being applied. It doesn't metter where i'm trying to apply.
This is my RadDateTimePicker:

<telerik:RadDateTimePicker DateTimeWatermarkContent="Select a date"
                           StartTime="00:00"
                           EndTime="23:59"
                           TimeInterval="1:00"
                           Style="{StaticResource ResourceKey=RadDateTimePickerStyle}"  >
</telerik:RadDateTimePicker>

And this is my style: 

<Style x:Key="RadDateTimePickerStyle"
              TargetType="{x:Type telerik:RadDateTimePicker}">
      <Setter Property="telerik:StyleManager.Theme"
              Value="Windows8Touch" />
      <Setter Property="Margin"
              Value="5" />......


And i've tried to apply the theme like this too:

<telerik:RadDateTimePicker  DateTimeWatermarkContent="Select a date"
           StartTime="00:00"
           EndTime="23:59"
           TimeInterval="1:00"
           Style="{StaticResource ResourceKey=RadDateTimePickerStyle}"
           telerik:StyleManager.Theme="Windows8Touch" >
</telerik:RadDateTimePicker>


So.. please .. please help me!! 
Thank you in advance!




Roxana
Top achievements
Rank 1
 answered on 12 Dec 2013
1 answer
149 views
Hello,
        
        We are developing application where we need dynamic series addition to the same radcartesian chart. We are able to add more than one series(may be of different or same) dynamically to single chart. It works fine.But we have got one problem related to the area series and same in case of spline area series.

Problem :-
        
             when we add more than one area /spline area series to the chart, the small area series gets overlapped by larger one and there is no way to know whether small area series is present or not unless we move the cursor to legends.

I am attaching 2 images for demonstrating the problem.In image1.png ,you can see that there are 2 area series one is in Green color(which is small) and other is in Blue color(which has more area than Green color area series). In this image we can see green color area series because on mouse hover on legendes,the corresponding series gets highlighted.But in Imag2.png, we can,t see green color area series.

Is there any way to draw the small area series over the bigger area series or something related to this.? so that we can see the both area series.

Thank You in Advance
Petar Marchev
Telerik team
 answered on 12 Dec 2013
1 answer
179 views

This is by design, I assume, that when a window is minimized or nor longer active that the docking tool windows are hidden. However, we have a docking control that is a tab within a tabbed control. When the tab containing the docking control is hidden by a different tab window selection, the floating tool windows of the hidden tab's docking window are removed (hidden) from view as well. We would like an option to allow them to stay visible when their parent window is hidden. 

Is there a way of preventing this default hiding of the tool windows when the parent is hidden?

Rosen Vladimirov
Telerik team
 answered on 12 Dec 2013
3 answers
173 views
As per a fix for the GridView losing the binding when moving panes around I have the DataContext set in the RadPane that the GridView control is in. However now I've implemented the Save/Load for the layout this binding, when declared in XAML is lost.

It's not a huge issue, as after the load I set the datacontext in the code. However is this by design, or is there a bug in the load layout that loses this binding?

Cheers, Mike...
George
Telerik team
 answered on 12 Dec 2013
1 answer
161 views

I'm using RadMaskedNumericInput in a grid. how to modify properties to fill entire grid row with RadMaskedNumericInput   . My RadMaskedNumericInput  has a smll width.


Petar Mladenov
Telerik team
 answered on 12 Dec 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?