Telerik Forums
UI for WPF Forum
1 answer
256 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
137 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
284 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
157 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
183 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
218 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
320 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
298 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
335 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
331 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
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
DataPager
PersistenceFramework
Styling
TimeBar
OutlookBar
TransitionControl
FileDialogs
Book
ToolBar
ColorPicker
TimePicker
MultiColumnComboBox
SyntaxEditor
VirtualGrid
NavigationView (Hamburger Menu)
Wizard
ExpressionEditor
WatermarkTextBox
DesktopAlert
BarCode
SpellChecker
DataServiceDataSource
EntityFrameworkDataSource
RadialMenu
ChartView3D
Data Virtualization
BreadCrumb
LayoutControl
ProgressBar
Sparkline
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
Callout
PasswordBox
SplashScreen
Localization
Rating
Accessibility
CollectionNavigator
AutoSuggestBox
Security
VirtualKeyboard
HighlightTextBlock
TouchManager
StepProgressBar
Badge
OfficeNavigationBar
ExpressionParser
CircularProgressBar
SvgImage
PipsPager
SlideView
AI Coding Assistant
InlineAIAssistant
+? 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?