Telerik Forums
UI for WPF Forum
4 answers
118 views

I'm using a RadToolBar in an Excel task pane. When the task pane is sized to move controls to the overflow, the overflow button will enable but clicking the overflow button will not display the controls. I've further narrowed the problem to when the WPF user control is converted to an INativeControlHandle and back before adding it to the task pane.

 

I've built a sample project to demonstrate the problem. The sample also includes a regular WPF ToolBar which does not have the same problem. (remove the .jpg extension from the .zip file)

 

Note that the same code hosted in a Word addin will function correctly as will a generic WinForms application.

 

Any advice would be appreciated.

klac
Top achievements
Rank 1
 answered on 10 Feb 2016
3 answers
433 views
Hi Forum,

I'm trying to trying to open Excel and populate the worksheet with data without actually saving a *.xlsx a file first from WPF.  When the user clicks on save within Excel, he/she should be prompted with file location selection prompt as no file exists.

The closest example I've found so far is Telerik's xlsxformatprovider, which is not exactly what i'm looking for.
http://www.telerik.com/help/wpf/radspreadsheet-model-import-export-xlsxformatprovider-wpf.html

Does anyone know how to do this?


Petya
Telerik team
 answered on 10 Feb 2016
2 answers
187 views

Hello everyone!

Is there a way to scroll to active cell in UI from codebehind? My spreadsheet contains big amount of data and needs some sort of navigation.

Soulstorm
Top achievements
Rank 1
 answered on 10 Feb 2016
1 answer
97 views
I have added a button to some cell edit template. When I click on it, I open a file dialog to select some file. However, as soon as I click on the button, the edit mode is left. How can I stay in the edit mode?
Alexander
Top achievements
Rank 1
 answered on 10 Feb 2016
1 answer
148 views
How to change the background color of the RadRibbonTab (Not the background of the title bar but only the selected tab background).
Evgenia
Telerik team
 answered on 10 Feb 2016
1 answer
312 views

I have to react to a key-down-event in a datacell of a GridView. So in XAML I have defined the following:


<telerik:GridViewDataColumn Header="Bezeichnung" DataMemberBinding="{Binding Bezeichnung}">
   <i:Interaction.Triggers>
      <i:EventTrigger EventName="KeyDown">
         <GalaSoft_MvvmLight_Command:EventToCommand Command="{Binding RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type ListBox}}, Path=DataContext.OpenNachschlagText}" />
      </i:EventTrigger>
   </i:Interaction.Triggers>
</telerik:GridViewDataColumn>

 

With this snippet of code there are no errors in the output-console (no "DataContext.OpenNachschlagText not found" or so). But my ICommand (RelayCommand in my case) is not called when I press a key on the keyboard.

What is wrong or better: how can I react on a key, for example the F5 key?

Thanks in advance

Marcus

Petya
Telerik team
 answered on 09 Feb 2016
6 answers
132 views

Hello,

 When I update a named range programmatically I am forced to remove the name and re-add it with the updated value. This is fine as a workaround but any cells that referred to the name can have strange visuals depending on the new value. For example, I have a named range 'Test' in which RefersTo ​is '=1'. I set A1 to be =Test and it displays 1 as expected. If I remove the name and re-add a new name 'Test' with RefersTo '=1000', A1 will extend into the neighboring cell.

Svetoslav
Telerik team
 answered on 09 Feb 2016
3 answers
203 views

Hi,

Do you have a roadmap for the 3D support with the RadMap Control ? And for 2016, what is the next features for the RadMap, full support Geojson ?

Others providers has this option:

Thank you

Petar Mladenov
Telerik team
 answered on 09 Feb 2016
5 answers
185 views
Hi,

We are still using .net version 3.5 and I need to use a RichTextBox that supports the spell checker for this version.  Since I have purchased my license recently, I do not see that version in the current downloads.  Is there a way for me to obtain a version that will work in 3.5?

Thanks in advance,
Laura
Tanya
Telerik team
 answered on 08 Feb 2016
1 answer
181 views

Hi,

 I was trying to use the new feature to bind to the ChartView's AnnotationProvider.Source, and one of the requirements I have goes through changing the default display of the Label for the CartesianGridLineAnnotation.

 I have an example project zip @ https://www.dropbox.com/s/cj06tc8yhd7x0v5/AnnotationTypes-modified.zip?dl=0 (and picture) of the problem I'm facing: When I statically define the annotation in the Annotations collection of the ChartView, I have no problems whatsoever to change the LabelDefinition in order to achieve the vertical text and whatever else we need from changing this property.

 When I attempt to change it through styles however, nothing that we "set" on this property takes effect.

From what I understood, I need to use styles in order to change the generated Annotation controls on the AnnotationProvider through the AnnotationDescriptor.

I might obviously be overlooking or misunderstanding something.

 Thank you in advance,

David

Dinko | Tech Support Engineer
Telerik team
 answered on 08 Feb 2016
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
Book
FileDialogs
ToolBar
ColorPicker
TimePicker
SyntaxEditor
MultiColumnComboBox
VirtualGrid
Wizard
ExpressionEditor
NavigationView (Hamburger Menu)
DesktopAlert
WatermarkTextBox
BarCode
SpellChecker
DataServiceDataSource
EntityFrameworkDataSource
RadialMenu
ChartView3D
Data Virtualization
BreadCrumb
ProgressBar
Sparkline
LayoutControl
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
Rating
SplashScreen
Accessibility
Callout
CollectionNavigator
Localization
AutoSuggestBox
Security
VirtualKeyboard
HighlightTextBlock
TouchManager
StepProgressBar
Badge
OfficeNavigationBar
ExpressionParser
CircularProgressBar
SvgImage
PipsPager
SlideView
AI Coding Assistant
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?