Telerik Forums
UI for WPF Forum
1 answer
318 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
297 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
153 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
211 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
193 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
1 answer
130 views
Hi,

I need an urgent help on the following issue:

I have two combobox and the functionality that I require is on selection of a value from Combobox1 the value in Combobox2 should get changed and the value should retain in Combobox1 after the selection is done.
In this case I am using GridViewComboBoxColumn.

Could any one here give a quick sample code which will help me to solve this issue.

A quick sample code in this regard is highly appreciated.

Thanks & Regards,
Hirak
Yana
Telerik team
 answered on 10 Mar 2011
1 answer
92 views
I always use the demo apps as first port of call when I'm trying to get an overview of something.

Would it be possible to have the example code formatted better, or at least possible to copy the code from the demo window?

I know I can open up the sample applications and do it from there, but its much faster going to the demo app.

Regards
Jeremy
Pavel Pavlov
Telerik team
 answered on 10 Mar 2011
10 answers
214 views
I'm implementing group filtering in my project using the techniques found in the demo under Controls/Data/Schedule View/Grouping/Advanced.  In the demo I found that if you uncheck everything it still shows appointments when I would think that no appointments should be shown since nothing in the left panel is checked.  

I tried modifying 

		Private Function GroupFilterFunc(groupName As ObjectAs Boolean
Dim resource As IResource = TryCast(groupName, IResource)

            Return If(resource Is NothingTrueMe.GetEnabledGroups().Contains(resource.ResourceName, StringComparer.OrdinalIgnoreCase))
End Function

by setting 
Return If(resource Is NothingTrue,
to
Return If(resource Is NothingFalse,
That causes big problems.
System.InvalidOperationException occurred
  Message=Nullable object must have a value.
  Source=mscorlib
  StackTrace:
  Telerik.Windows.Controls.ScheduleView.dll!Telerik.Windows.Controls.ScheduleViewBase.GetTimeForGroupItemInfo(long ticks = 277714285, Telerik.Windows.Controls.GroupItemInfo groupItemInfo = {Telerik.Windows.Controls.GroupItemInfo}) Line 81 C#
  Telerik.Windows.Controls.ScheduleView.dll!Telerik.Windows.Controls.ScheduleViewBase.GetTimeForPoint(System.Windows.Point point = {System.Windows.Point}) Line 30 C#
  Telerik.Windows.Controls.ScheduleView.dll!Telerik.Windows.Controls.ScheduleViewBase.GetTimeToCompareWithIndexTree(System.Windows.Point point = {System.Windows.Point}) Line 40 C#
  Telerik.Windows.Controls.ScheduleView.dll!Telerik.Windows.Controls.ScheduleViewBase.GetTimeslotByPoint(System.Windows.Point clickedPoint = {System.Windows.Point}) Line 224 C#
  Telerik.Windows.Controls.ScheduleView.dll!Telerik.Windows.Controls.ScheduleViewBase.HoverArea(System.Windows.Point clickedPoint = {System.Windows.Point}) Line 285 C#
> Telerik.Windows.Controls.ScheduleView.dll!Telerik.Windows.Controls.ScheduleViewBase.OnMouseMove(System.Windows.Input.MouseEventArgs e = {System.Windows.Input.MouseEventArgs}) Line 2971 C#


Any ideas?

Thanks,
Greg


Hristo
Telerik team
 answered on 10 Mar 2011
1 answer
178 views
Hi,

I can't find the solution to the following problems: 

I have a RadDocking and a Ribbon on my form, and what I'd like to achieve is :
  • I only want floating and document windows, I can find an article on how to remove the documenthost, but I would very much like similar behaviour to VS2010, where I can't drag a code window outside of the documenthost unless it's floating;
  • Whenever a pane (floating or docked) is selected, I want the ribbon to show a contextual tab, based on the type of content. I know how to create a contextual tab, but I do have a problem finding the right docking related event to find the selected pane.

Can anyone tell me how to achieve these goals?

Kind regards,

Jurjen
Miroslav Nedyalkov
Telerik team
 answered on 10 Mar 2011
3 answers
127 views

Hello

We using the numeric up down

The problem when we give Maximum the user can enter more the maximum

And in the lost focus the control except the maximum value

Is this bug?

Best regards

Ehud

  

Valeri Hristov
Telerik team
 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
DataPager
PersistenceFramework
Styling
TimeBar
OutlookBar
TransitionControl
FileDialogs
Book
ToolBar
ColorPicker
TimePicker
MultiColumnComboBox
SyntaxEditor
VirtualGrid
Wizard
ExpressionEditor
NavigationView (Hamburger Menu)
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
PasswordBox
SplashScreen
Callout
Localization
Rating
Accessibility
CollectionNavigator
AutoSuggestBox
Security
VirtualKeyboard
HighlightTextBlock
TouchManager
StepProgressBar
Badge
OfficeNavigationBar
ExpressionParser
CircularProgressBar
SvgImage
PipsPager
SlideView
AI Coding Assistant
+? more
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?