Telerik Forums
UI for WPF Forum
1 answer
210 views
What had happen to the telerik theme???.
The Intellisense dosnt recognize but still works... but the style ahs changed few colors.... that i dont like. how i can get back the old theme?
Kalin Milanov
Telerik team
 answered on 30 Mar 2009
5 answers
179 views
To be able to use the RadGridView control in our software, we need to be able to get a Filtered result list from the control. I've tried to see the where I could be able to get such a list while debugging after a gridView.ItemsControl.RecordManager.FilterDescription.PropertyChanged event, but I'm unable to find it.

Could anyone point me in the right direction?

 

Vlad
Telerik team
 answered on 30 Mar 2009
1 answer
141 views
Hi

I have a carousel that is filled with a list of images like this..

Dim MyListOfImages As New List(Of _Images)

 

MyListOfImages.Add( .....



RadCarousel1.ItemsSource = MyListOfImages

But there are no images displayed, only images with the current image path. Why is that, and how do I fix this?

Hristo Deshev
Telerik team
 answered on 27 Mar 2009
3 answers
200 views
Hello,

I have successfully created the guage that I want to use a design-time in XAML. However, I have a need to create the guage at runtime. Everytime that I try to add a RadialScale to a Grid, WPF throws an Exception that says:

The calling thread cannot access this object because a different thread owns it.

What am I doing wrong? Here is my code:

// Setup the grid that the gauge will be defined in
System.Windows.Controls.Grid gaugeGrid = new System.Windows.Controls.Grid();
gaugeGrid.Height = 140;
gaugeGrid.Width = 140;
gaugeGrid.Margin = new Thickness(0, 20, 0, 0);

// Define the radial scale with the Telerik control
RadialScale radialScale = new RadialScale();
radialScale.Min = 40;
radialScale.Max = 60;
radialScale.MinorTicks = 2;
radialScale.MajorTicks = 6;

// Exception gets thrown here
gaugeGrid.Children.Add(radialScale);
Andrey
Telerik team
 answered on 27 Mar 2009
6 answers
975 views
hello,

I have a requirement that the treeView should get sorted according to some parameter.
Is this possible to achieve ?
A code sample would be helpful.

Thanks and regards 
Prash
Top achievements
Rank 1
 answered on 27 Mar 2009
1 answer
153 views
Good Afternoon,

Is it possible to make the Bar Chart a horizontal chart?

If not, does Telerik plan to release one with Q2?

Thank you for your time,

David
Ves
Telerik team
 answered on 26 Mar 2009
1 answer
181 views

I have replaced some TextBox controls with RadMaskedTextBox controls in a few dialogs.

sample:

 

<telerikInput:RadMaskedTextBox Name="somedata" MaskType="Numeric" Mask="" Value="{Binding Source={StaticResource somesource}, Path=somedata}"/> 

 

 

 

After the replacement, the databinding only works for setting the data upon loading. When retrieving the data after closing the dialog, the fields have not changed.

The same databinding using a TextBox works fine.

I have circumvented the problem by manually setting the data upon closing the dialog, but that is obviously not a very good solution.

SomeObject r = (SomeObject)(((ObjectDataProvider)datagrid.Resources["somesource"]).ObjectInstance);  
r.somedata = Convert.ToInt16(this.somedata.Value); 

Any suggestions would be most welcome.

Best regards,
Tomas

 

Bobi
Telerik team
 answered on 26 Mar 2009
0 answers
153 views
Can someone point me to right direction on creating an 3D Carousel in WPF?

thanks,
Ravi
Kamachi
Top achievements
Rank 1
 asked on 26 Mar 2009
1 answer
121 views
When the numeric updown receives focus, I need it to highlight or select the current value to enable the user to type over it.  The normal WPF textbox has a select method that enables this.  Is there a similar method here?  I am using the 2009 Q1 release.

Also the focus method does not put the cursor in the control; it just puts the focus on the container control (UIElement).

Doug
Kaloyan
Telerik team
 answered on 26 Mar 2009
5 answers
163 views
Where can I find documentation on how to use this control?
Bobi
Telerik team
 answered on 26 Mar 2009
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
InlineAIAssistant
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?