Telerik Forums
UI for WPF Forum
1 answer
128 views

I'm using a RadRichTextBox as a pure preview for printing. IsReadOnly is
set to True, but you can still enter header edit mode.

This means that when the document is first shown, the header is grayed out.
And when you double click the header, entering edit mode, the
rest of the content is grayed out.

This will lead to a kind of "false preview" of the document, as the colors will not match the final print.

Is there any way to enter a "true" read only/print preview state?

Tanya
Telerik team
 answered on 10 Oct 2017
1 answer
161 views
I want to show live traffic information of a specific region. Is it possible to show that using  rad map?
Petar Mladenov
Telerik team
 answered on 10 Oct 2017
1 answer
132 views

How can (resp. should) I enable the MeasureTextOnRender property?

 

myRadVirtualGrid.MeasureTextOnRender = true;

for (int i = 0; i < myRadVirtualGrid.InitialColumnCount; i++)
{
    myRadVirtualGrid.FitColumnWidthToContent(i);
}

 

It seems to be quite simple, but crashes (unclear exception).

This exception comes from "myRadVirtualGrid.MeasureTextOnRender = true;" only ...

Any idea how to fix it?

Or at least a working example for using the FitColumnWidthToContent method?

Thanks a lot in advance!

Hagen

Yoan
Telerik team
 answered on 10 Oct 2017
1 answer
179 views

Hi,

 I want to pin and unpin one of the Radpane based on Object selected and Active Tabitem in our application.It is not working as expected,Even though I set

<telerik:RadPane Header="Input Parameters">
          <telerik:RadPane.Style>
  <Style TargetType="telerik:RadPane" BasedOn="{StaticResource {x:Type telerik:RadPane}}" >
                   <Setter Property="Visibility" Value="Hidden"/>                                                                     <Style.Triggers>
                             <MultiDataTrigger>
                                 <MultiDataTrigger.Conditions>
                                    <Condition Binding="{Binding Path=SelectedSharedComponentItem, Converter={uxt:ObjectToBoolConverter}}" Value="True"/>                                                      
<Condition Binding="{Binding IsSharedComponentsTabActive}" Value="True"/>                                                            </MultiDataTrigger.Conditions>                                                           
                       <Setter Property="Visibility" Value="Visible"/>
                       <Setter Property="IsPinned Value="True"/>                                                           
                                                        </MultiDataTrigger>                                                       
                                                    </Style.Triggers>
                                                </Style>
                                            </telerik:RadPane.Style>
                                        </telerik:RadPane>
Dilyan Traykov
Telerik team
 answered on 09 Oct 2017
1 answer
214 views

The new dialogs look really sweet.  I wonder if you can control the source for the two navigation panes?  

I run an application written with RadWPF on Citrix at a datacentre and we secure the folder structure with active directory but the standard MS dialogs show the full folder structure (all the users filesystem) of the Xen server then you get an access denied message when you try to browse directories you don't have access to.  If there was scope to control what the is loaded as the source for the navigation it would make my software look better as the standard active directory denied loop always felt very clunky. 

 

Cheers,

 

Petar Mladenov
Telerik team
 answered on 09 Oct 2017
1 answer
124 views

Hi,

When you copy to the clipboard some text of a PDF, the component copies to the clipboard the text  as plain text (it does not preserve the font, size, italics, underlines, etc. )

Is there any option to activate this, or any possible workaround ?

Thank you,

 

Boby
Telerik team
 answered on 09 Oct 2017
12 answers
320 views

I use the GridViewDataColumn.Footer to display some overall information.
With this code:

                <telerik:GridViewDataColumn.Footer>
                    <TextBlock Text="{Binding RelativeSource={RelativeSource AncestorType=local:BaseModuleDetail, Mode=FindAncestor}, Path=DataContext.DataSum.Sum}" />
                </telerik:GridViewDataColumn.Footer>

It works flawlessly. While our GridView has over 20 columns the user has to scroll to see through the whole content.
Only the Footer content of the firstly visible columns are rendered perfectly. After scrolling horizontally, the other footers content is empty.
The other column's footer row binding is correct and has valid data. (If I set the first 5 columns invisible, the next 5 columns, now visible within the viewport, are going to be rendered perfectly). Therefore, I have to assume this is a bug within the framework.

Telerik version: 2015.3.1104.45

Thomas
Top achievements
Rank 1
 answered on 07 Oct 2017
3 answers
185 views

I'm trying to find a way to render all text in a RadRichTextBox in a single font size, ignoring the document style(s).

Does anybody know of a place to start?

Thanks

Tanya
Telerik team
 answered on 06 Oct 2017
1 answer
227 views
Is it posible to paint trendlines, similar to those in Ms Excell using RadCartesianChart?
Martin Ivanov
Telerik team
 answered on 06 Oct 2017
1 answer
112 views

Hi

I have a RadTreeListView with a custom column that is a RadLinearSparkLine, as follow

<telerik:RadTreeListView .......>
   <telerik:GridViewDataColumn DataMemberBinding={Binding field1}....>
   <telerik:GridViewDataColumn DataMemberBinding={Binding field2} ....>   
   <telerik:GridViewDataColumn DataMemberBinding={Binding field3} ....>
      <telerik:GridViewDataColumn.CellTemplate>
         <Datatemplate>
            <telerik:RadLinearSparkLine ItemsSource={Binding DiccionaryWithTheValues} ....... />
         </Datatemplate>
.....
.....

This works fine. It shows a grid with data and a graphic column based in the values from the "DiccionaryWithValues"

This grid needs to be exported to Excel. We use the Export method of the object RadTreeListView, but it doesn´t export correctly the RadLinear column. Instead of the chart, it exports a text wich represent a data type.

It is posible to export the chart with the Export method in anyway?????

Thanks

Dilyan Traykov
Telerik team
 answered on 06 Oct 2017
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?