Telerik Forums
UI for WPF Forum
3 answers
178 views
Hello,

I don't suppose there is a way to handle a click on the header of a column, or even better a way to just sort the columns when you click on a column header?

Also, is there a way to register a click on the depence arrows so I can show more detailed info. when they are clicked?
Thanks,
Eric
Miroslav Nedyalkov
Telerik team
 answered on 13 Jul 2012
1 answer
147 views
Hello,

Unfortunately, I'm unable to provide a screenshot. Apologies.
I seem to be running into a problem with the Expression_Dark theme.

My Timeline is using MinuteInterval and SecondInterval.

Sometimes, the data will be displayed such that there is a single header at the top of the widget. To show the zoom scale (ie: minutes, or seconds). There isn't a problem here. The dark background is displayed properly with the light colored text.

The problem occurs when the data is displayed such that there is a double header (one for minutes AND one of seconds). The top most header (hours) is missing the themed background color. It shows in light color while the text is also in light color.

I suspect this is a bug, but I'm interested in finding a way around it.

Robert
Tsvetie
Telerik team
 answered on 13 Jul 2012
1 answer
214 views
Hi,

we use Telerik V2012.1.326.35. On my Window 7 computer with "Auto-Hide Taksbar=True", when I maximize my RadWindow, I cannot have my Taskbar back. I move my move pointer at the bottom of my screen without any succes. It's occur alson with XP.

Thank's
Georgi
Telerik team
 answered on 13 Jul 2012
1 answer
70 views
Are there plans for porting Map control into Windows 8?
Andrey
Telerik team
 answered on 13 Jul 2012
5 answers
125 views

I am creating a form where the columns will be created and recreated dynamically.
The user selects a predefined view with sorting, filtering and grouping.
He then enters filter criterias and retrievs data from a service.
The problem occurs when the user selects another view which may contain other columns.
At that point the column collection is cleared and the ItemsSource is set to null but this
seems to cause exceptions in the filtering mechanism. I can't figure out how to get around this problem.
I am using the new FilterRow but I think the problem also affects the popup mode.

The code below illustrates the problem when theButton is pressed TWICE.

        private void theButton_Click(object sender, RoutedEventArgs e)
        {
            radGridView1.Columns.Clear();

            // Create grid columns
            radGridView1.Columns.Add(new GridViewDataColumn() { Name = "A", DataType = typeof(string),
               DataMemberBinding = new Binding("A") });

            radGridView1.Columns.Add(new GridViewDataColumn() { Name = "B", DataType = typeof(string),
               DataMemberBinding = new Binding("B") });           

            // Create dummy data
            DataTable dataTable = new DataTable();
            dataTable.Columns.Add("A", typeof(string));
            dataTable.Columns.Add("B", typeof(string));
            dataTable.Rows.Add(new object[] { "0A", "0B" });
            dataTable.Rows.Add(new object[] { "1A", "1B" });
            radGridView1.ItemsSource = dataTable;

            // Filter data
            radGridView1.Columns["A"].ColumnFilterDescriptor.FieldFilter.Filter1.Value = "0";
            radGridView1.Columns["A"].ColumnFilterDescriptor.FieldFilter.Filter1.Operator =
               Telerik.Windows.Data.FilterOperator.Contains;

        }

The second time the button is pressed the following exception occurs:

System.NullReferenceException was unhandled
  Message=Object reference not set to an instance of an object.
  Source=Telerik.Windows.Controls.GridView
  StackTrace:
       at Telerik.Windows.Controls.GridView.FieldFilterControlViewModel.RefreshEditorIsEnabled()...

Konstantina
Telerik team
 answered on 13 Jul 2012
7 answers
167 views
ok...this "throw away line" in teh documentation for custom appoitnemnts in radcheduleView has me tearing my hair out

Now that we have our custom IsDone property, let's add a CheckBox for it and bind to it. First, you need to generate the code for the EditAppointment dialog from Expression Blend. Then, add the following snippet in the ControlTemplate of the dialog: 


Well the themes fail to load in blend, complaining about the reference to 
xmlns:external="clr-namespace:Telerik.Windows.Controls.External"

So what's the easiest way to extract the metro style EditAppointment dialog?


[Even a sample project of the FULL code described in the documentation would help]
Vladi
Telerik team
 answered on 13 Jul 2012
1 answer
191 views
When I included the Telerik RAD components into my current project I started getting some new folders rendered into the output directory (see attached image).

I have a custom (XML-based) localization solution running so I don't need this feature. How can I configure Telerik libraries NOT to produce these folders?
Maya
Telerik team
 answered on 13 Jul 2012
1 answer
121 views
I'm having some issues implementing this in general, so I was wondering if the RDP had some support for this built in?  How can I configure it so that, for example, left/right moves to the previous record/next record?
Nick
Telerik team
 answered on 13 Jul 2012
5 answers
365 views
Hi,

Is it possible to change the orientation of just one of the pages in a document or must all pages be arranged with the same orientation?

Thanks,

Rob
Robert
Top achievements
Rank 1
 answered on 13 Jul 2012
1 answer
126 views
I have a screen with a gridview on it where the user can select a row and it populates information on the screen.  In the edit section I have created a Next and Previous button
private void NextButton_Click(object sender, System.Windows.RoutedEventArgs e)
        {           
            GeneralLedgerGridView.Items.MoveCurrentToNext();
            var selectCommand = RadGridViewCommands.SelectCurrentUnit as RoutedUICommand;
            selectCommand.Execute(null, this.GeneralLedgerGridView);
        }

The problem is is if the user clicks on a row with the mouse then hit the previous or next button the application seems unaware of the current row that was selected by the mouse click.  How do I set the Currentrow info on a mouse click.
Eric Klein
Top achievements
Rank 1
 answered on 12 Jul 2012
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
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
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?