Telerik Forums
UI for WPF Forum
4 answers
218 views

We have a grid where we have enabled custom sorting and have hooked into the OnGridSorting event. This is getting called when someone clicking on a column header to sort it, as expected. However, the grid's SortDescriptors collection is null.

 I would like to be able to add a SortDescriptor for the column that is being sorted that uses an expression, if it's a particular type of data. However, the collection is empty, which suggests there is a problem.

 Thanks.

Max

 

Stefan
Telerik team
 answered on 23 Apr 2015
1 answer
150 views

Hi,

 I would like to know if it's possible to define a custom tooltip template for every tooltip in my application?

 

Thank's

Alain

Petar Mladenov
Telerik team
 answered on 23 Apr 2015
1 answer
197 views

Hi,   

 I would like to customize item labels displayed on top of each bar. For Example:- if datapoint is 10.25(with data type as double), then i should show it as 10.15(HH:mm), same in the case of 10.50 as 10.30 and 10.75 as 10.45. Basically it should display equivalent hh:mm value to a double value. 

Please let me know feasible solution to achieve this...

Anna
Telerik team
 answered on 23 Apr 2015
2 answers
202 views

Hi all,

This is my first post and would like to say how much I'm enjoying using the RadDiagram.  Great work, keep it up.

My understanding is diagram shapes are positioned at the top left.  I have a requirement to position shapes centrally and want the x, y coordinate represents the center of the shape rather than the top left.

Is there a diagram setting to change this behaviour?

 

Thanks

 

 

 

Kiril Vandov
Telerik team
 answered on 23 Apr 2015
1 answer
93 views
How can the indentation be configured for 30px instead of 24px?
Tanya
Telerik team
 answered on 23 Apr 2015
1 answer
134 views

RadDocikng's drag and drop event seems to be fired only when there are visible controls (not layout contorls) inside RadPanes.

How can I fire the drag and drop event when there are no controls inside RadPanes?

Kalin
Telerik team
 answered on 23 Apr 2015
3 answers
642 views
Hello,

I've added RadGridView into my WPF user control that is inside a winform application.
The RadGridView is inside a grid that the column and row definitions for his cell are *.

If I add rows, the RadGridView just gets higher and higher until there are no more rows to fill.


Is there an easy way to define that the grid wont get larger according to his context?
Dimitrina
Telerik team
 answered on 23 Apr 2015
4 answers
276 views

We have chart with multiple series which can be dynamically added and removed. There are two types of series (basically values have different units), so there are two corresponding vertical axis (left and right). But right axis is not shown unless appropriate series are added. This setup works great.

There is one small issue. If right axis is visible, it changes size of chart area. Is it possible to preserve space for right axis even if there are no series for it?

Thanks, Michael

Michael
Top achievements
Rank 1
 answered on 22 Apr 2015
3 answers
96 views
Hi,

I have a docking with some tabPane. I dedock one, maximize it in a second monitor, dedock another one dock it to the other panel on the second screen, and when I undock one from the second screen, the panel is stretched out. Is there a way to fix this problem ?

Thank you,

Etienne
Nasko
Telerik team
 answered on 22 Apr 2015
1 answer
132 views

Working on a project where I have a cell template DataContext bound to the GridViewCell Value.

 <DataTemplate x:Key="DefaultCellTemplate">

 <StackPanel DataContext="{Binding Value, RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type telerik:GridViewCell}}}">

                <TextBlock Text="{Binding PropertyValue, Mode=OneWay}"></TextBlock>
            </StackPanel>
 </DataTemplate>

<DataTemplate x:Key="DefaultCellEditTemplate">
            <StackPanel DataContext="{Binding Value, RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type telerik:GridViewCell}}}">
                <TextBox Text="{Binding PropertyValue, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"></TextBox>
            </StackPanel>
        </DataTemplate>

When entering values and tabbing through cells, when on the last cell and tab to move to first cell of the next column, I'm getting an app crash.  This seems to occur when virtualization is on and there are enough columns to cause the grid to scroll horizontally, and the UpdateSourceTrigger of the edit template is PropertyChanged.  Attached is a sample project that can reproduce the error.

Stefan
Telerik team
 answered on 22 Apr 2015
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?