Telerik Forums
UI for WPF Forum
3 answers
220 views
I've enabled the text search capability with setting IsTextSearchEnabled to true. This works fine, when searching children nodes of the currently selected node. However, the text search does not jump to the next sibling node if the text is not being found in the current node. Is there any way to force searching in the sibling nodes?

Example:
If the current node is "A" a text search for "A1" will be successfull, but searching for "B1" fails.
     - A
            A1
            A2
    - B
            B1
            B2
  
Thanks,
Michael
Tina Stancheva
Telerik team
 answered on 16 Jan 2013
1 answer
78 views
Hi All,

I'm new to WPF but trying to work through this Book Control.  Could somebody please give me a quick code example on how to get access to the objects I play on the page, for example if I put a button on a page.  In vb.net code how do I get access to that object if I wanted to change its label.  I take it I need to first get the RadBookItem which should be the page I am on and then somehow use an object collection to get access to the child objects on that page but I cannot see anything like that in the intellisense for RadBookItem ?

Kind Regards

Ken
Tina Stancheva
Telerik team
 answered on 16 Jan 2013
5 answers
537 views
I've found this article: http://www.telerik.com/help/wpf/gridview-filtering-programmatic.html
But column doesn't have "ColumnFilterDescriptor" property. I use 2011.3.1220.40 version of controls.

My problem:
I want to set filters to auto-generated column. I can set filters to grid using "grid.FilterDescriptors" property. It filters data in grid but when I open filter in column header it resets. How to set filters to column?

P.S. My code for adding filter to grid:
grid.FilterDescriptors[i] = new ColumnFilterDescriptor(newColumn)
{
    FilterDescriptors = oldColumnDescriptor.FilterDescriptors,
    LogicalOperator = oldColumnDescriptor.LogicalOperator,
    Column = newColumn
};

Dimitrina
Telerik team
 answered on 16 Jan 2013
1 answer
78 views

I presumed one did "Auto" shape layout and the other did "Fixed" shape layout but I cannot see any behavioural difference when playing around with these controls in the Telerik demo.
Miro Miroslavov
Telerik team
 answered on 16 Jan 2013
1 answer
252 views
Hi there,

I'm trying to host a RadTimeLine inside a RadTimeBar so that I can view timeline events but with the selection ability of the TimeBar.

a) If I want the mouse scrolling to work, I need to have intervals set on my RadTimeBar, but I don't want duplicate intervals to be displayed. I can't seem to make the header height for the RadTimeLine drop to zero - is it possible to completely hide either of the headers?

b) I'd like the cursor to just be a single line rather than a selected range - representing an instant in time rather than a period. Is there a simple way to do this?

Many thanks

Nick
Tsvetie
Telerik team
 answered on 16 Jan 2013
1 answer
58 views
Hi,

Is it possible to limit the number of RandPaneGroup within a RadDocking control?

At this moment, we have one RadSplitContainer with RadPane in it on the left for navigation purpose.

And another DocumentHost with one RadPane in it occupying the rest of area.

When there are multiple RadnPane in the RandPaneGroup of the DocumentHost, they can be draaged out to float, and when they dock back, we would like to make the float window docked back to the original PanGroup they are from.

The reason is we are using Prism region with radDocking. When they radpane are docked back to diffrent RadPanGroup. exceptions will be thrown.

Is it possible to do it? Does it need to disalbe some indicator of the Compass?

Regards,

Yu
Vladi
Telerik team
 answered on 16 Jan 2013
1 answer
162 views
I have data bound the RadMap Center and ZoomLevel to properties in my ViewModel. These work fine up until I move the map or zoom in/out using the mouse. It appears as if the databinding is no longer working. I'm firing the OnPropertyChanged events but the map fails to respond. The mouse events are being handled directly by the control.

Any Idea if this is a bug? Or should I update these properties in another way?
Andrey
Telerik team
 answered on 16 Jan 2013
3 answers
208 views
Hi,

is it possbile to view a Report (Example the Dashboard.trdx) in a wpf Application?

Thanks
Best Regards
Rene
Steve
Telerik team
 answered on 16 Jan 2013
7 answers
169 views

Is it possible to write unit test against the VirtualQueryableCollectionView? I tried to write a unit test to verify the VirtualItemCount, but it seems that the collection is tightly coupled to the UI components and therefore requires tests to run on a STA thread. Is this correct?

Vlad
Telerik team
 answered on 16 Jan 2013
1 answer
199 views
This exception occurred while I was using the RadRichTextBox, and it crashed my application.  I have not been able to reproduce it since.  I am on RadControls for WPF version 2012.3.1017.40.

ShellApplication.HandleException : InteractionDesktopClient: App Domain Unhandled exception
Top Exception
Type=System.ArgumentNullException
Source=mscorlib
Message=Value cannot be null.
StackTrace:
   at System.Threading.Monitor.ReliableEnter(Object obj, Boolean& lockTaken)
   at System.Threading.Monitor.Enter(Object obj, Boolean& lockTaken)
   at Telerik.Windows.Documents.DocumentPosition.Dispose() in c:\TB\105\WPF_Scrum\Release_WPF\Sources\Development\Documents\Core\DocumentPosition\DocumentPosition.cs:line 2626
   at Telerik.Windows.Documents.DocumentPosition.Finalize() in c:\TB\105\WPF_Scrum\Release_WPF\Sources\Development\Documents\Core\DocumentPosition\DocumentPosition.cs:line 2650

Is this a known issue?

Thanks,
Evan
Boby
Telerik team
 answered on 16 Jan 2013
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
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
Rating
Accessibility
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
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?