Telerik Forums
UI for WPF Forum
3 answers
169 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
722 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
148 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
204 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
168 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
1 answer
118 views

When using the VistaTheme, a RadDatePicker does not render in a RadRibbonGroup.

 

 

Konstantina
Telerik team
 answered on 10 Feb 2010
1 answer
113 views
Hello Telerik,

I am using rad datepicker inside a navigation page control, the problem is when i select a date from the calendar dropdown provided with the datepicker, it is not displaying the selected date nor selecting the selected date from the provided dropdown.

any help will be greatly appreciated!!

Thanks in advance,
-Kranthi
Kaloyan
Telerik team
 answered on 10 Feb 2010
2 answers
161 views
Hello!

I find myself in a situation when I can have up to 100 carousel items and I really need to filter those elements by some of their content for example in FirstLook demo - the employee name.
I already saw a nice feature like this in filtering a GridView(Search as you type example)
How can this be possible for RadCarousel?

Thank you!
Roxana
RoxanaC
Top achievements
Rank 1
 answered on 10 Feb 2010
1 answer
117 views
Hi,

I am looking for a way tor the user to be able to select a viewable range on the Xaxis. An example is on the Microsoft CUI silverlight demo: http://www.mscui.net/PatientJourneyDemonstrator/PrimaryCare.htm note the patient charts.

The only way I can see doing it with RadControls is to use a slider but I dont this it supports dates.

Any thoughts or tips would be very usefull.

Regards,
Kevin
Ves
Telerik team
 answered on 10 Feb 2010
1 answer
63 views
Hello,
    When I select a row or select a cell but do not put the cell in edit mode and than press the backspace key windows explorer starts up. Windows explorer always opens to where the debug code for the application is (...\bin\debug). I am running with the latest release of the software in an XP Professional OS.
Thanks
Vlad
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
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?