Telerik Forums
UI for WPF Forum
1 answer
284 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
240 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
115 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
170 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
1 answer
108 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
71 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
198 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
139 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
102 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
+? 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?