Telerik Forums
UI for WPF Forum
1 answer
93 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
153 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
203 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
94 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
286 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
3 answers
133 views
I'm obviously having a dumb day, but I can't seem to easily add items to my Outlook bar? I've added the two references to my project, then gone to my toolbox, chosen the RadOutlookbar and then drawn it on to my Window. I get the main part of the Outlook bar, but no items within the component. When I go to Properties, and click on the three dots next to the Items property I get the dialog box appear, but there are no items I can add, and the 'Add' button is grayed out.

Hilp!
Kiril Stanoev
Telerik team
 answered on 11 Feb 2010
2 answers
685 views
Hello,

First, I already found this same topic under Forums -> WinForms -> GridView, but that thread does not answer to my problem.

I have radGridView1 binded to DataTable. I can add new rows to grid and delete rows from grid.
Error "This row has been removed from a table and does not have any data.  BeginEdit() will allow creation of new data in this row." occurs when I remove latest row I have added.

Here is the code which removes selected row:

private void button2_Click(object sender, RoutedEventArgs e)  
        {  
            List<DataRow> itemsToRemove = new List<DataRow>();  
 
            foreach (DataRow item in this.radGridView1.SelectedItems)  
            {  
                itemsToRemove.Add(item);  
            }  
            foreach (DataRow item in itemsToRemove)  
            {  
                ((DataTable)this.radGridView1.ItemsSource).Rows.Remove(item);  
                ((DataTable)this.radGridView1.ItemsSource).AcceptChanges();  
            }  
            DataTable emptyTable = new DataTable(); // this is for refreshing grid view  
            radGridView1.ItemsSource = emptyTable;  // this is for refreshing grid view  
            radGridView1.ItemsSource = myDataTable;  
        } 

Can you help me from here?

BR,
Tatu
Tatu Nokelainen
Top achievements
Rank 1
 answered on 11 Feb 2010
2 answers
113 views
Hello,

Is there anyway to draw a line on a chart either verticleor horizontal on a chart without using a LineSeriesDefinition? I need something that is flexible enough to allow me to draw a goal line that actually touches both sides of the chart without starting in the middle and forcing me to set the layout mode to something that looks funny for a bar graph. Also I need something that works in conjunction with a HorizontalStackedBarSeriesDefinition.

Thanks,
Sean
Vladimir Milev
Telerik team
 answered on 11 Feb 2010
4 answers
167 views
Hello,

It might be just because it is late, but I cannot seem to find the code for the control that is driving the navigation of the RadControls for WPF application.  I am referring to the panel on the left side of the screen just under the Search box.  It contains a hierarchy of demo pages to visit.  It looks like it might be a RadPanelBar, but I cannot confirm this.  Can someone help me out and perhaps point me to where this is implemented in the demo app?

Thanks,
Mark.
Brett Robichaud
Top achievements
Rank 1
 answered on 10 Feb 2010
3 answers
139 views
Is there an option/way to display different headers based on the current expanded state of the window similar to what is currently done with the content? If not, this would be a great feature to add.

Thanks,
Shawn
Tihomir Petkov
Telerik team
 answered on 10 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
PersistenceFramework
DataPager
Styling
TimeBar
OutlookBar
TransitionControl
Book
FileDialogs
ToolBar
ColorPicker
TimePicker
SyntaxEditor
MultiColumnComboBox
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
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?