Telerik Forums
UI for WPF Forum
1 answer
123 views
Hi, I'm trying to figure out how to do this. Is there a method or a property that returns the X and Y coordinates of an item?

Thanks!

EDIT:

I need the coordinates relative to the parent of the RadTreeView and relative to the RadTreeView itself.

Thanks.
Tihomir Petkov
Telerik team
 answered on 12 Feb 2010
2 answers
125 views
hello

I get a NullReferenceException when doing this:

RadDragAndDropManager.SetAllowDrag(this, true);

 


I tried with:

 

RadDragAndDropManager.SetAllowDrop(this, true);

 


This is working fine

I also tried:

this.SetValue(RadDragAndDropManager.AllowDrag,true);

This line crash as well

Does anybody have an idea?

 

 

Tihomir Petkov
Telerik team
 answered on 12 Feb 2010
3 answers
150 views
How do I show a Minor Grid Line as a threshold indicator?  For example, I want to show an red minor grid line with a threshold constant value on the Y-Axis of 3.0 .
Giuseppe
Telerik team
 answered on 12 Feb 2010
7 answers
279 views
The RadDocking control has properties and methods for working with Tabbed Documents quickly ?
Close/Open etc... Document programmatically.
I would like to perform a LINQ query (or for/foreach) to find the document that implements a particular interface, this is possible?

Example :

private IDebugEditor GetDebugEditor() {  
    var res = from w in radDocking.Documents where w is IDebugEditor select w;  
    if (res.Count() != 0)  
        return (IDebugEditor)res.First();  
    return null;  
}
Miroslav Nedyalkov
Telerik team
 answered on 12 Feb 2010
1 answer
176 views
Hi,

I have two datatables, a column in each is a date which I will use for the Xaxis. I then want to use a column in one tabel for one series YValue and a column from the other table to populate a second series.

how to you achieve this?

Cheers,
Kevin.
Velin
Telerik team
 answered on 12 Feb 2010
1 answer
110 views
I'm looking at the API for the carousel trying to figure out what PathPadding does, but I'm not finding anything helpful.  Can someone please explain the purpose?
Milan
Telerik team
 answered on 12 Feb 2010
2 answers
183 views
This is realy strange. Sometimes my app chrashes when I puch any button on my usercontrol. My app have several usercontrolsthat I switc between, one have RadGrid, and dreag drop.  This UC don't have any dragdrop code or a grid.

here is part of the stacktrace pointing at a "RadDragAndDropManager" that I don't havein my prject.

Any deas?, I' using version 2009.3.1219.35


System.NullReferenceException was unhandled
  Message="Object reference not set to an instance of an object."
  Source="Telerik.Windows.Controls"
  StackTrace:
       vid Telerik.Windows.Controls.DragDrop.RadDragAndDropManager.OpenPopup() i c:\Builds\WPF_Scrum\Core_WPF_2009_Q3_SP1\Sources\Development\Core\Controls\DragDrop\RadDragAndDropManager.cs:rad 924
       vid Telerik.Windows.Controls.DragDrop.RadDragAndDropManager.StartDragging() i c:\Builds\WPF_Scrum\Core_WPF_2009_Q3_SP1\Sources\Development\Core\Controls\DragDrop\RadDragAndDropManager.cs:rad 884
       vid Telerik.Windows.Controls.DragDrop.RadDragAndDropManager.TryStartDrag(IMouseEventArgs e) i c:\Builds\WPF_Scrum\Core_WPF_2009_Q3_SP1\Sources\Development\Core\Controls\DragDrop\RadDragAndDropManager.cs:rad 799
       vid Telerik.Windows.Controls.DragDrop.RadDragAndDropManager.OnTrackedElementMouseMoveInternal(IMouseEventArgs e) i c:\Builds\WPF_Scrum\Core_WPF_2009_Q3_SP1\Sources\Development\Core\Controls\DragDrop\RadDragAndDropManager.cs:rad 749
       vid Telerik.Windows.Controls.DragDrop.RadDragAndDropManager.OnCoverRectangleMouseMove(Object sender, MouseEventArgs e) i c:\Builds\WPF_Scrum\Core_WPF_2009_Q3_SP1\Sources\Development\Core\Controls\DragDrop\RadDragAndDropManager.cs:rad 684

Frédéric
Top achievements
Rank 1
 answered on 11 Feb 2010
4 answers
231 views
Is there any easy way to place an image in the header of a pane before the header text?

Regards,
Brad Serbu
Konstantina
Telerik team
 answered on 11 Feb 2010
1 answer
110 views

hi, i trying to make a custom theme for RadTimePicker.

I have already altered the Calendar.xaml for RadDatePicker, i just don't have any Styles for RadTimePicker to alter.

Can you kindly provide me a sample project to customize the theme for RadTimePicker.

Thank you.
Gillian

Konstantina
Telerik team
 answered on 11 Feb 2010
5 answers
308 views

Hello,

I am using telerik:RadGridView, my Items is set to a DataTable. 

the source Data tableis set to a SQL Query output, data is in a specific dateformat.

In case we setAutoGemerateColumns="true"; the data is displayed only in a modify format (thedata is date and time and the display automatic adds slashes, removes secondsand millisecond)

In the other case(AutoGemerateColumns="false") I have three columns specify and binded to each column;

the results are only visible by row count, the columns data is empty.

appreciate  your advise,

Thank you 

SaritHarel, IAI 

Pavel Pavlov
Telerik team
 answered on 11 Feb 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
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?