Telerik Forums
UI for WPF Forum
1 answer
122 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
149 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
184 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
281 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
247 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
1 answer
287 views
Hi All,

How can I set date format to "MM\dd\yyyy" from xaml? I dont want to write code for this. I am using Q3 2010 version of dlls.
Shinu
Top achievements
Rank 2
 answered on 11 Mar 2011
3 answers
247 views
Hi

I'd like to customize the Carousel. I'm using the Coverflow example, version 2009.3.1103.35, .NET 3.5 SP1, Vista x64 and VS 2008.

What I'm trying to achieve here is a smoother animation than the default per-element animation. So currently to move you can either click on an image/control within the carouselpanel or scroll using the scrollviewer. I want to make this smoother (think iPhone scrolling) by preventing image clicking and relaying the mouse move delta to the scrollviewer.

So I'm handling the coverflow control's mouse left click event (and set Handled to True) to set a reference point and prevent clicks reaching the images. Then I'm handling the mouse move event and retrieving the delta by subtracting destination and source X from the two MouseEventArgs provided by the event.

How can I relay this delta (of type double) to the scrollviewer (incrementally) to simulate this effect? I'm guessing the control's ScrollOwner property may play a role, but I would like your input on this. Could I perhaps use the RaiseEvent method?

Thanks

Maya
Telerik team
 answered on 11 Mar 2011
2 answers
119 views
Hi,
  I am facing a problem with the events in grid view
  I am using SelectionChanging to validate the selected row before changing,but the changes are not reflected as  RowEditEnded isnot beging called before selection changing.

Please suggest me how to handle this.
Thanks,
Asish
Hunter Kingsley
Top achievements
Rank 1
 answered on 10 Mar 2011
5 answers
178 views
Hi,

I am using the docking control, I have set the min width on the RadSplitContainer. But when I load the saved file the min width is not applied to the docking control.

I am missing something I need to do in order for this to work?

Thanks
Jose
George
Telerik team
 answered on 10 Mar 2011
5 answers
182 views
I'm looking for a way to have "accent insensitive" search

ex: é  =>  e will be the same

Any clues ?
Luc
Top achievements
Rank 1
 answered on 10 Mar 2011
Narrow your results
Selected tags
Tags
GridView
General Discussions
Chart
RichTextBox
Docking
ScheduleView
ChartView
TreeView
Diagram
Map
ComboBox
TreeListView
Window
RibbonView and RibbonWindow
PropertyGrid
DragAndDrop
TabControl
TileView
Carousel
DataForm
PDFViewer
MaskedInput (Numeric, DateTime, Text, Currency)
AutoCompleteBox
DatePicker
Buttons
ListBox
GanttView
PivotGrid
Spreadsheet
Gauges
NumericUpDown
PanelBar
DateTimePicker
DataFilter
Menu
ContextMenu
TimeLine
Calendar
Installer and Visual Studio Extensions
ImageEditor
BusyIndicator
Expander
Slider
TileList
PersistenceFramework
DataPager
Styling
TimeBar
OutlookBar
TransitionControl
Book
FileDialogs
ToolBar
ColorPicker
TimePicker
SyntaxEditor
MultiColumnComboBox
VirtualGrid
Wizard
ExpressionEditor
NavigationView (Hamburger Menu)
DesktopAlert
WatermarkTextBox
BarCode
SpellChecker
DataServiceDataSource
EntityFrameworkDataSource
RadialMenu
ChartView3D
Data Virtualization
BreadCrumb
ProgressBar
Sparkline
LayoutControl
TabbedWindow
ToolTip
CloudUpload
ColorEditor
TreeMap and PivotMap
EntityFrameworkCoreDataSource (.Net Core)
HeatMap
Chat (Conversational UI)
VirtualizingWrapPanel
Calculator
NotifyIcon
TaskBoard
TimeSpanPicker
BulletGraph
Licensing
WebCam
CardView
DataBar
FilePathPicker
PasswordBox
Rating
SplashScreen
Accessibility
Callout
CollectionNavigator
Localization
AutoSuggestBox
VirtualKeyboard
HighlightTextBlock
Security
TouchManager
StepProgressBar
Badge
OfficeNavigationBar
ExpressionParser
CircularProgressBar
SvgImage
PipsPager
SlideView
AI Coding Assistant
+? more
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Iron
Iron
Andrey
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Iron
Iron
Andrey
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?