Telerik Forums
UI for WPF Forum
3 answers
116 views
I have an application where I have several panes set up as floating only.  They always appear in front of the docking area. Is there a way to make the window that contains the docking area appear in front of the panes when it is selected?
Rick Knicely
Top achievements
Rank 1
 answered on 28 Jul 2010
1 answer
173 views
For some reason my RadGridView wont sort using my GridViewComboBoxColumns.

Here is a sample of how I have them set up in case that is what is causing the problem, if not could some one tell me what it is that I am doing wrong.

 <telerik:GridViewComboBoxColumn x:Name="gvcTeams" Header="Assigned Team" SortMemberPath="TeamName" ItemsSourceBinding="{Binding AllTeams}" DisplayMemberPath="TeamName" DataMemberBinding="{Binding Team, Mode=TwoWay}" SortingState="None" />

Maya
Telerik team
 answered on 28 Jul 2010
3 answers
91 views
Hi,

With the version Q2 2010 - 2010.2.714.35,
When i set a date with 2 digit for the month (such as 01/01/2010), this error occurs :

analyse de "(?<dim.>(?<=\b|\W)dim.(?=\b|\W)|(?<=\b|\W)dimanche(?=\b|\W))|(?<lun.>(?<=\b|\W)lun.(?=\b|\W)|(?<=\b|\W)lundi(?=\b|\W))|(?<mar.>(?<=\b|\W)mar.(?=\b|\W)|(?<=\b|\W)mardi(?=\b|\W))|(?<mer.>(?<=\b|\W)mer.(?=\b|\W)|(?<=\b|\W)mercredi(?=\b|\W))|(?<jeu.>(?<=\b|\W)jeu.(?=\b|\W)|(?<=\b|\W)jeudi(?=\b|\W))|(?<ven.>(?<=\b|\W)ven.(?=\b|\W)|(?<=\b|\W)vendredi(?=\b|\W))|(?<sam.>(?<=\b|\W)sam.(?=\b|\W)|(?<=\b|\W)samedi(?=\b|\W))" - Nom de groupe non valide : les noms de groupes doivent commencer par un caractère alphabétique.

   à System.Text.RegularExpressions.RegexParser.ScanGroupOpen()
   à System.Text.RegularExpressions.RegexParser.ScanRegex()
   à System.Text.RegularExpressions.RegexParser.Parse(String re, RegexOptions op)
   à System.Text.RegularExpressions.Regex..ctor(String pattern, RegexOptions options, Boolean useCache)
   à System.Text.RegularExpressions.Regex..ctor(String pattern, RegexOptions options)
   à Telerik.Windows.Controls.DayOfWeekParser.TryParse(String value, DateTime& result, DateTime current) dans c:\Builds\WPF_Scrum\Release_WPF_2010_Q2\Sources\Development\Controls\Input\DateTimePicker\Parsers\DayOfWeekParser.cs:ligne 31
   à Telerik.Windows.Controls.CompositeDateTimeParser.TryParse(String value, DateTime& result, DateTime current) dans c:\Builds\WPF_Scrum\Release_WPF_2010_Q2\Sources\Development\Controls\Input\DateTimePicker\Parsers\CompositeDateTimeParser.cs:ligne 67
   à Telerik.Windows.Controls.RadDateTimePicker.OnCurrentDateTimeTextChanged() dans c:\Builds\WPF_Scrum\Release_WPF_2010_Q2\Sources\Development\Controls\Input\DateTimePicker\RadDateTimePicker.cs:ligne 1117
   à Telerik.Windows.Controls.RadDateTimePicker.OnCurrentDateTimeTextChanged(DependencyObject d, DependencyPropertyChangedEventArgs e) dans c:\Builds\WPF_Scrum\Release_WPF_2010_Q2\Sources\Development\Controls\Input\DateTimePicker\RadDateTimePicker.cs:ligne 1041
   à System.Windows.DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
   à System.Windows.FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
   à System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args)
   à System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, Boolean coerceWithDeferredReference, OperationType operationType)
   à System.Windows.DependencyObject.SetValueCommon(DependencyProperty dp, Object value, PropertyMetadata metadata, Boolean coerceWithDeferredReference, OperationType operationType, Boolean isInternal)
   à System.Windows.DependencyObject.SetValue(DependencyProperty dp, Object value)
   à MS.Internal.Data.PropertyPathWorker.SetValue(Object item, Object value)
   à MS.Internal.Data.ClrBindingWorker.UpdateValue(Object value)
   à System.Windows.Data.BindingExpression.UpdateSource(Object value)
  
With 01/1/2010, it work's fine.
How can i set the month format for allow 2 digit in the month number ?

Thanks in advance

George
Telerik team
 answered on 28 Jul 2010
1 answer
231 views
Hi,

I have to make a chart in pure C#.
I want the items label on the axis to have a width of 120 and to wrap text content if it's too large.
I've tried to apply a style this way :

Style styleLabel = new Style(typeof(TextBlock));
styleLabel.Setters.Add(new Setter(TextBlock.TextWrappingProperty, TextWrapping.Wrap));
styleLabel.Setters.Add(new Setter(TextBlock.WidthProperty, 120));
 
telerikChart.DefaultView.ChartArea.AxisY.AxisStyles.ItemLabelStyle = styleLabel;

But, it doesn't work.

Please tell me what's wrong.

Thanks.
Romain
Top achievements
Rank 1
 answered on 28 Jul 2010
1 answer
70 views
Good afternoon,
I'm having the following problem ..

In my RadGridView, I have some columns, rows are filled by the return of a procedure. One of the columns is read-only for all the lines carried by the procedure, but on my screen has a button that add a new row, this new row has to be editable.

Can someone help me?
Thank you, Alexandre.
Milan
Telerik team
 answered on 28 Jul 2010
1 answer
103 views
I want to show the ValueLabels even when the value is 0.
This works fine using the ShowZeroValuesLabels = true.
But... this works fine when using LineSeriesDefinition, but not with BarSeriesDefinition.
Something wrong?
Sia
Telerik team
 answered on 28 Jul 2010
0 answers
84 views
Hello !

When i drag RadChart control on the window and then rebuild project and run, window is opening and closing automatically.

can someone help me please ?
D B
Top achievements
Rank 1
 asked on 28 Jul 2010
1 answer
109 views
Hello,
    Do you have a control or sample to bring this effect?


Thanks
Sathish
Miroslav Nedyalkov
Telerik team
 answered on 28 Jul 2010
1 answer
115 views
Hi,

I am going through replacing any RadDatePicker's I have with the RadDateTimePicker and have come across a couple of things.

Can I suggest that when the InputMode is set to DatePicker only, that when a selection is made, the calendar drop down automatically closes. I know this wouldn't work for DataTimePicker mode, but perhaps a property could be exposed to switch it on for DataPicker and TimePickers? I have created an attached property to create the desired behaviour so it's working well for me in that sense.

The other issue I have is when the RadDatePicker has focus by a mouse click. I have noticed that the SelectAll and Select methods have been deprecated, and that the DatePicker automatically selects all when it receives keyboard focus.

This is the desired behaviour I have, however, if the mouse is used to give the control focus, the text is selected briefly but then immediatly is deselected and the cursor is placed at the mouse click.

Normally to overcome this, I would handle the PreviewMouseLeftButtonDown event by checking the RadDateTimePicker.IsKeyboardFocusWithin property. This still works, however it basically stops the Calendar from being opened when the DatePicker does not have focus and the RadButton is clicked.

My question, can the DatePicker SelectAll behaviour be modified so when it is focused via a mouse click, the text stays focused and does not immediatly de-select all?

Thanks,

Adam Marshall
Miroslav Nedyalkov
Telerik team
 answered on 28 Jul 2010
4 answers
211 views
hi,
i have a class that i'm binding to the grid.
this class contain several properties, one of them is value.
property value is of type string.
when all the data in column value is of type int,
sorting it looks something like this:
1
100
150
2
4
...
is there any way that i can numeric string sort it?
1
2
4
100
150
....

thanks!
Rachel
Rachel
Top achievements
Rank 1
 answered on 28 Jul 2010
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
FileDialogs
Book
ToolBar
ColorPicker
TimePicker
MultiColumnComboBox
SyntaxEditor
VirtualGrid
Wizard
ExpressionEditor
NavigationView (Hamburger Menu)
WatermarkTextBox
DesktopAlert
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
Security
VirtualKeyboard
HighlightTextBlock
TouchManager
StepProgressBar
Badge
OfficeNavigationBar
ExpressionParser
CircularProgressBar
SvgImage
PipsPager
SlideView
AI Coding Assistant
+? more
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Jesse
Top achievements
Rank 2
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Jesse
Top achievements
Rank 2
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?