AddLink works very slow.
what to do to improve the performance?
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
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.
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
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.
Hi all,
i have a TabControl with a DataTemplate including a Radgridview and a Toolbar.
When a row in the Grid is selected I want to enable a Button in the Toolbar.
My Question is: How can I access the properties of the button in the same TabItem?
I have tried the ParentOfType property for the Sender Object in the "SelectionChanged" Event of the Gridview, with no success.
How can I achieve this?
Dear, Admin
I have a following scenario and try to accomplished by the grid view.
1) User can drag and drop a cell in the grid view and drop it in the wpf list view.
2) the value of the dragging cell from second column and another data in item row will set to item in list view.
3) another column is protect and not drag from another column.
Please help me with sample attachment
Thanks a lot
Mehrdad
Hello,
When I look at Column.ActualSize for a GridViewColumn I get the correct size for all column except for columns that aren't in view (horizontally). Is there a way I can force the column to resize based on SizeToCells programatically?