Telerik Forums
UI for WPF Forum
5 answers
219 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
195 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
131 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
99 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
221 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
191 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
132 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
3 answers
238 views
Hi,

I see there is IsSelected property for the docking.  Is there a Selected event for the docking tabs? 

A selected event should be triggered everytime a tab is selected (and was not previously selected).  I using a GotFocus as a workaround, but is not what I need, as it get triggered several times.  I also tried the native Selector.Selected event, but it doesnt work.

J
Miroslav Nedyalkov
Telerik team
 answered on 10 Mar 2011
1 answer
298 views
I've got a scenario where I want to combine the features of masked text input with a combobox.  I have a data entry field which expresses a ratio (i.e., "100:5"), and for the moment am just using a non-editable combobox with some preset ratios. What I'd love is an editable combobox that used masking (i.e., "###:#") so that the user can either select a preset value, or enter their own within the constraints of the ratio format.

Only way I see to do this is use a RadMaskedTextBox along with a button that exposed a list.  I.e., build a Combobox out of parts, with all the pain and suffering that entails.

Or am I missing something?
George
Telerik team
 answered on 10 Mar 2011
1 answer
213 views
hi
How can change alert icon?
Yana
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
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
+? more
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?