Telerik Forums
UI for WPF Forum
4 answers
104 views
Hi,

is there an effective way to highlight rows after inserting it?

thanks
Maya
Telerik team
 answered on 11 Mar 2011
1 answer
160 views
I have, through code, added appointments with multiple resources, and these do show up in both the resources calendars. great :)

but, how do i create an apointment, via the schedule control gui for multiple resources? as there is only a drop down list rather than a mulli select control.

When editing an already existing appointment with multiple resources, if you change the drop down list, even if you change it back to the original selection, it removes the other resources from the appointment.

So is there a flag or something i can set to allow multi resource appointments creation?
Valeri Hristov
Telerik team
 answered on 11 Mar 2011
1 answer
233 views
I wanted to customise the edit apointment dialog, but cant find any examples on how to do this for the new sheduleview.

Can anyone point me in the right direction?
Valeri Hristov
Telerik team
 answered on 11 Mar 2011
0 answers
112 views
Hi,

My RadGridView control hangs when I rebind it with the data source.

Attached is the screenshot.

Any ideas on this issue?..

Thanks
Arpit
Top achievements
Rank 1
 asked on 11 Mar 2011
9 answers
239 views
Hi,

Can any one help me how to retain the value which I can select the from the RadGridViewComboBox column.

As, in my application when I select a value from the dropdown and move to the next field, the value in the Combobox field is blank.

Any sample code which will help to resolve this solution will be highly appreciated.


Thanks & Regards,
Hirak
Maya
Telerik team
 answered on 11 Mar 2011
1 answer
120 views
Hi
I have a wpf application and I'm using Google Calendar api yo get all the appointment to RadScheduler control.
Google api recurrence format is  RFC 2445.
Is there any way to use AppointmentCalendarImporter  or some other object that can receive the raw data and create RecurrencePattern? 
George
Telerik team
 answered on 11 Mar 2011
6 answers
143 views
I am using RadTreeView to display a 4 level entity with fairly large number of nodes. I am using Checked and UnChecked Events of this tree in TriState mode.

I have a provision in GUI with which user can rebind the tree by clicking a button.

I noticed that binding of this tree takes very less time when it is least expanded and takes more time as it  is expanded more.

Is it the obvious behavior of the control or we have a work around?
Petar Mladenov
Telerik team
 answered on 11 Mar 2011
0 answers
181 views

I have a view that has a viewmodel as its datacontext, The question I have is that I need to know the height and width of the view, trying to do mvvm. What is the best way to let the viewmodel know the Height and Width of a view?

Is multibinding using a converter the best way or is there another?

hallatie
Top achievements
Rank 1
 asked on 11 Mar 2011
0 answers
273 views

hello,

I have an empty parent window, in runtime i add the child user control to it.

i want to resize my parent window according to the different child contents, i have used SizeToContent but it does not worked for me.

i add this child user control in a GridControl of my Parent window. Is it possible to resize main window according to child user control

hallatie
Top achievements
Rank 1
 asked on 11 Mar 2011
1 answer
243 views
I am trying to apply a Theme to the DatePicker control but I also want to hide the week numbers in the calendar pop-up. This is the code

<Window x:Class="WPF_RadDateTimePicker.MainWindow"
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"
        xmlns:local="clr-namespace:WPF_RadDateTimePicker"
        Title="MainWindow" Height="350" Width="525">
    <Window.Resources>
        <Style x:Key="calendarStyle" TargetType="telerik:RadCalendar">           
            <Setter Property="AreWeekNumbersVisible" Value="False" />
        </Style>
    </Window.Resources>
 
    <StackPanel>        
        <telerik:RadDateTimePicker Width="100" VerticalAlignment="Center"
                                   CalendarStyle="{StaticResource calendarStyle}"
                                   telerik:StyleManager.Theme="Expression_Dark"/>
    </StackPanel>
</Window>

As soon as I reffer to the static calendarStyle the Expression_Dark theme is no longer correctly applied to the Calendar control
otherwise works fine. How can I fix this?? ( I using 2010 Q3 version of the product)
Dani
Telerik team
 answered on 11 Mar 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?