Telerik Forums
UI for WPF Forum
2 answers
127 views
Will there be a Q4 release, I only ask because the road map talks about Q1 2013 and yet no mention of Q4
Thanks in advance
Tom.
Tom
Top achievements
Rank 2
 answered on 15 Dec 2012
1 answer
139 views
I have a grid that I'd like to have all the cells be a single color. It seems as the default is white, but I can't verify. I'd like to change that color.

I can't seem to find an easy way to do this. I am new to wpf and to telerik controld.

All help is deeply appreciated.

Thanks,


Wade Courtney
Dimitrina
Telerik team
 answered on 15 Dec 2012
6 answers
198 views
Hi
is there a way to get the Parent PropertyGridField of a nested property.

I saw a property called ParentField, but unfortunately this property is visualize tree only, i can see it only in vs debugging

Thanks,
Akram
Akram
Top achievements
Rank 1
 answered on 14 Dec 2012
5 answers
160 views
Hi
Is there is a way to get the  value represented by PropertyGridField.

Thanks,
Akram
Akram
Top achievements
Rank 1
 answered on 14 Dec 2012
7 answers
292 views
Does the Rad Dock keep a history of the order in which the tabs become active? If I open "Tab1", then Open "Tab2", then open "Tab3", if I then close "Tab 3" I would expect "Tab 2" to become the active tab or the tab closest to the position of the tab that was closed. Instead, when ever I close any tab the first tab in the control always becomes the active tab.

Another useful feature would be the ability to drag the tabs around to re-order the tabs like you can in Visual Studio 2010.
Scott
Top achievements
Rank 1
 answered on 14 Dec 2012
1 answer
128 views
I've just recently updated to the latest release and setting IsTodayHighlighted to False isn't working as expected. I've also tested the latest internal build for Q3 2012 with the same result. Any help would be appreciated.
Alek
Telerik team
 answered on 14 Dec 2012
1 answer
407 views
In the release notes for Q3 2012 (version 2012.3.1017), for ListBox I see:
"Implemented AutoScrolling in ListBox. Added SmoothScrolling virtualized panel. "

How can I turn on smoothscrolling and autoscrolling?
Alek
Telerik team
 answered on 14 Dec 2012
1 answer
119 views
I set the theme explicitly from a copy of your theme file:

<ResourceDictionary.MergedDictionaries>
  <ResourceDictionary Source="../Themes/Telerik.Windows.Controls.Navigation.xaml"/>
</ResourceDictionary.MergedDictionaries>

I have this menu item:
<telerik:RadMenuItem x:Name="mainMenuFileExit" Header="E_xit" Command="{StaticResource Commands.ExitApplication}"  />

When I set the theme to Windows 7 it works as expected:
Telerik\RadControls for WPF Q3 2012\Themes.Implicit\WPF40\Windows7\Themes\Telerik.Windows.Controls.Navigation.xaml

However, if I choose another theme the access key is interpreted as part of the header text:
Telerik\RadControls for WPF Q3 2012\Themes.Implicit\WPF40\ExpressionDark\Themes\Telerik.Windows.Controls.Navigation.xaml

Clearly, something is wrong with your non-Windows7 themes.
Masha
Telerik team
 answered on 14 Dec 2012
1 answer
387 views
I wish for my edit window (RentalTicket) to only open when I double click on a valid row.  I want nothing to happen if the headers are double clicked, or if the scrollbar is double clicked.
Also, when I click on blank space in my RadGridView, the selected row is still selected.  I think that the selected row should de-select if I click on a non row in the RadView Grid.

My RadGridView:
</telerik:RadGridView>
        <telerik:RadGridView AutoGenerateColumns="False" Margin="12,0,12,12" Name="radGridViewNeedsShipping" SelectionMode="Extended" ShowGroupPanel="False" Height="190" VerticalAlignment="Bottom" MouseDoubleClick="rgvOpenTicket" >
            <telerik:RadGridView.Columns>
                <telerik:GridViewDataColumn Header="PO Number" IsReadOnly="True" UniqueName="SerialNumber" CellStyleSelector="{StaticResource transactionStyleSelector}"/>
                <telerik:GridViewDataColumn Header="Customer" IsReadOnly="True" UniqueName="Customer.EntityName" />
                <telerik:GridViewDataColumn Header="Ship By Date" IsReadOnly="True" UniqueName="TransactionDate" DataFormatString="{}{0:MM/dd/yyyy}"/>
                <telerik:GridViewDataColumn Header="Type" IsReadOnly="True" DataMemberBinding="{Binding Path=TransactionTypeId, Converter={StaticResource transactionTypeConverter}}" />
            </telerik:RadGridView.Columns>
        </telerik:RadGridView>

and this is my doubleClicked function:
private void rgvOpenTicket(object sender, MouseButtonEventArgs e)       
        {
            RentalTicket rt = new RentalTicket(((Transaction)((Telerik.Windows.Controls.RadGridView)sender).SelectedItem));
            rt.Closing += new System.ComponentModel.CancelEventHandler(dispatcherTimer_Tick);
            rt.Show();
        }
Nick
Telerik team
 answered on 14 Dec 2012
2 answers
261 views
Hi,

What would be the recommended approach for printing and print previewing the grid control ?
 Thanks,
Dani
Dimitrina
Telerik team
 answered on 14 Dec 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
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
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?