Telerik Forums
UI for WPF Forum
1 answer
107 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
306 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
163 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
713 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
146 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
203 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
163 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
115 views

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

 

 

Konstantina
Telerik team
 answered on 10 Feb 2010
1 answer
106 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
154 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
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
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
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?