Telerik Forums
UI for WPF Forum
1 answer
97 views

Trying to migrate from RadDragAndDropManager  to DragDropManager.

 

Below is my existing code : 

 

RadDragAndDropManager.AddDragQueryHandler(this.gvDocumentToAttach, OnDragQuery);

RadDragAndDropManager.AddDragInfoHandler(this.gvDocumentToAttach, this.OnDragInfo);

 

private void OnDragQuery(object sender, DragDropQueryEventArgs e)

{ e.QueryResult = true; e.Handled = true; } 

private void OnDragInfo(object sender, DragDropEventArgs e) {

IEnumerable draggedItems = e.Options.Payload as IEnumerable;

if (e.Options.Status == DragStatus.DragInProgress)

{ TreeListViewDragCue cue = new TreeListViewDragCue();

cue.ItemsSource = draggedItems;

e.Options.DragCue = cue; } }

 

Wanted to know the corresponding options available in DragDropManager.

Martin Ivanov
Telerik team
 answered on 22 Jun 2018
1 answer
113 views

SortDescriptor icon is not coming during the loading of the GridViewcolumn.

 

Martin
Telerik team
 answered on 22 Jun 2018
1 answer
879 views

Hi,

 

I am able to create and run WPF applications using Telerik just fine, but when I run one through a 3rd party application launcher (Bloomberg) I am getting a XmlParseException saying "The invocation of the constructor on type 'Telerik.Windows.Controls.RadChart' that matches the specific.."

 

The inner exception is a SecurityException. I am guessing the 3rd party interferes but I am wondering if there's anything I can do to get around this with how I use or where I place the telerik .dlls?

 

Thanks,

Fredrik

Martin Ivanov
Telerik team
 answered on 22 Jun 2018
1 answer
48 views

AddLink works very slow. 

what to do to improve the performance?

Martin Ivanov
Telerik team
 answered on 22 Jun 2018
3 answers
151 views

Good morning,

 

In an application we have multiple RadRibbonView, I want to know if it's possible to create the Backstage control as UserControl and attach it to any of our RadRibbonView.

 

Thanks

Martin Ivanov
Telerik team
 answered on 22 Jun 2018
4 answers
140 views

Hi,

The RadOpenFolderDialog looks like a nice replacement for the FolderBrowseDialog but you cant create folders?  Is that something that is planned for the future?

 

cheers,

Simeon.

Petar Mladenov
Telerik team
 answered on 22 Jun 2018
11 answers
259 views

Hello,

how can I set the color variation of the new Office2016 theme to Colorful, Black or Light?

For other themes I can use something like:

VisualStudio2013Palette.LoadPreset(VisualStudio2013Palette.ColorVariation.Blue);

But the LoadPreset() is not available for Office2016.

 

Greetings

Raul

 

Paul
Top achievements
Rank 1
Iron
 answered on 22 Jun 2018
2 answers
229 views
Hello,

we're currently using VS2015 and the latest Telerik WPF controls (no XAML). Our project is made with MVVM in mind.
When creating a DataForm and adding some DataForm checkbox controls there seems to be a problem when changing the "checked" state.
After the DataForm is active and a checkbox control is checked the "ok" button of the DataForm doesn't get enabled. But when adding a textbox to the DataForm and the text got changed the "ok" button is getting enabled immediately.
Is there something that needs be set in the DataForm so that the checkboxes work correctly? It looks like the INotifyPropertyChanged doesn't get fired with checkboxes.

Thank you in advance for your help.

Best Regards,
Thomas
Thomas
Top achievements
Rank 1
Iron
 answered on 21 Jun 2018
2 answers
731 views
Hello,

we're currently using VS2015 and the latest Telerik WPF controls (no XAML). Our project is made with MVVM in mind.
What is the right way of changing the "Tab Item" style? We tried to change the style but this doesn't seem to work as the changes are not applied. Then we tried to create a new DataTemplate which also doesn't work the way we expected it.

Our RadTabControl is set to show the tabs on the left side and we're using the Office2016 template at the moment.

We just want to change three things:

1. Set the text align to left
2. Add more "inner space" (padding) around the text
3. Change the background color of the "Tab Item" (header) to a specific color and also change the hover and selected color of the tab.

How can we change that? Is it only possible to locate the information in the template XAML files an copy all the stuff over and change it or is there a simpler method for this?

Thank you in advance for your help.

Best Regards,
Thomas
Thomas
Top achievements
Rank 1
Iron
 answered on 21 Jun 2018
3 answers
178 views

Hi All,

When we use GroupRenderMode = Flat and ColumnAggregatesAlignment=NextToGroupKey together makes the application freeze while user grouping the gridview. Our gridview has 3K rows and 15 columns. 

When we remove ColumnAggregatesAlignment property, everything is fine. But the aggregates looking very ugly at headers.

Is there any workaround about that ? 

 

Thank you.

Stefan
Telerik team
 answered on 20 Jun 2018
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
Slider
Expander
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
WebCam
CardView
DataBar
Licensing
FilePathPicker
PasswordBox
Rating
SplashScreen
Accessibility
Callout
CollectionNavigator
Localization
AutoSuggestBox
VirtualKeyboard
HighlightTextBlock
Security
TouchManager
StepProgressBar
Badge
OfficeNavigationBar
ExpressionParser
CircularProgressBar
SvgImage
PipsPager
SlideView
AI Coding Assistant
+? more
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Andrey
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Andrey
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?