Telerik Forums
UI for WPF Forum
2 answers
96 views
Hi everyone,

Is it possible to scroll vertically a RadGridView to make a specified line the top line ?

Any help will be greatly appreciated.
Dimitrina
Telerik team
 answered on 25 Sep 2013
19 answers
757 views
I am new to the RadRichTextBox and have a specific requirement in my application... I would like to customize the default dialog window that pops up when you click "Hyperlink" on the RadRichTextBox toolbar.  Specifically, I want to add ComboBox controls to the dialog so that the user can select the path, file name, etc. for  specific documents to link to - the user will not know the address of the document and will not be able to manually type it in to the Address textbox, which is the only way I see to link to a document by default.

I see in the xaml markup of the RadRibbonButton:

telerik:RadRichTextBoxRibbonUI.RichTextCommand="{Binding Path=ShowInsertHyperlinkDialogCommand}"

I'm assuming this ShowInsertHyperlinkDialogCommand is in the Telerik assembly.  Do you have suggestions for accomplishing the requirements mentioned above?  Thanks
Sopan
Top achievements
Rank 1
 answered on 25 Sep 2013
5 answers
249 views

I have a RadPanelBar with galleries of gallery items. The binding is simple:

ItemTemplate="{StaticResource ToolboxTemplate}"

ItemContainerStyle="{StaticResource PanelBarItemFirstLevelStyle}"
ItemsSource="{Binding HierarchicalGalleryItems}"

 

And in the Viewmodel:
public ObservableCollection<Gallery> HierarchicalGalleryItems

This collection is filled with instances of Gallery which, in turn, have multiple instances of GalleryItem. I want to put a separator between some of these gallery items. How can this be done?

Thanks

Pavel R. Pavlov
Telerik team
 answered on 25 Sep 2013
1 answer
109 views
Hello, i want to show after search only filtered childtasks. Is there a possibility to hide all (non filtered) childtasks in ganttview
i.e. child property isVisible?
thanks ...

Polya
Telerik team
 answered on 25 Sep 2013
3 answers
408 views
Hello,

I've run into some issues with the RadCartesianChart where I want to display only integer values along the LinearAxis. It does not make sense to measure the item I'm plotting along this axis in decimals. Another thing I'd like is to have a DesiredTickCount of 5. I've tried setting the label format to not show decimals but then this leads to weirdness when the Maximum value calculated by the control is very low (ex. Maximum of 1 shows me 5 ticks with the labels of (blank), (blank), 1, 1, 2). I also tried to set the Major Step to 1 but that caused issues with the DesiredTickCount of 5 when the Maximum was greater than 5.

Is there some way to force the chart to only calculate in Integers? Or set the, for lack of better words, Minimum Maximum to just 5 so it calculates the ticks as integers?

Here is the code for my VerticalAxis:
<telerik:RadCartesianChart.VerticalAxis>
    <telerik:LinearAxis DesiredTickCount="5" Minimum="0">
        <telerik:LinearAxis.LabelTemplate>
            <DataTemplate>
                <TextBlock MinWidth="40" Margin="0,0,3,0" Text="{Binding}" TextAlignment="Right" />
            </DataTemplate>
        </telerik:LinearAxis.LabelTemplate>
    </telerik:LinearAxis>
</telerik:RadCartesianChart.VerticalAxis>
Petar Kirov
Telerik team
 answered on 25 Sep 2013
2 answers
80 views
I'm using the RadVerticalLinearGauge, with a VerticalLinarScale and two indicators: a bar indicator and a marker indicator. The marker needs to be interactive (to be used as a threshold), while the bar indicator needs to be completely non-interactive. 

I've got the IsInteractive field set to "True" on the VerticalLinearScale, but I can't find any way to restrict that interactivity to just one indicator.
Evan Weeks
Top achievements
Rank 1
 answered on 24 Sep 2013
3 answers
751 views
I'm trying to specify the color for a set LineSeries (the number of which is dynamic) all to the same color. However, the Stroke Style Setter isn't having any effect. Taking the "Dynamic Number of Series" example from your documentation here:

http://www.telerik.com/help/wpf/radchartview-features-chartseriesprovider.html

and simply adding the Stroke color to the existing style:

                        <telerik:CategoricalSeriesDescriptor ItemsSourcePath="SalesData" ValuePath="Sales" CategoryPath="MonthName" CollectionIndex="2">
                            <telerik:CategoricalSeriesDescriptor.Style>
                                <Style TargetType="telerik:LineSeries">
                                    <Setter Property="StrokeThickness" Value="2"/>
                                    <Setter Property="Stroke" Value="Blue"/>
                                </Style>
                            </telerik:CategoricalSeriesDescriptor.Style>
                        </telerik:CategoricalSeriesDescriptor>

does not affect the color of the line on the chart. Adjustments to the StrokeThickness do affect the Chart, and if I change the Stroke on the LineSeries after-the-fact in code-behind it takes effect, but how can I change it for all the dynamic series generated by a SeriesProvider?

Thanks,
Louis
Milena
Telerik team
 answered on 24 Sep 2013
1 answer
73 views

Hello,

Im using pdf viewer controls , i am trying to integrate it into scatterviewitem,
but the container is blank.
Has anyone tried to do such a similar thing and can give me some suggestions?

 Thanks

private void LoadPdf()
       {
           PdfControl pdfbook = new PdfControl
           { DocSource = (string) @"C:\Users\Getimage\Desktop\Info\script.pdf" };
          
           var svi = new ScatterViewItem();
           svi.Content = pdfbook;
          
           MainScatterView.Items.Add(svi);
          
       }

Kammen
Telerik team
 answered on 24 Sep 2013
1 answer
102 views
    • Hi Support,

      We are currently evaluating your DataGrid for our Project, The main course of our project is to allow customers to print the Grid from the Window. We would like to know about the features you are supporting for printing the Grid. We went through your documentation, but that didn't assist us. Any advice on this would be highly helpful.

      Thanks, 
      Sankar

Dimitrina
Telerik team
 answered on 24 Sep 2013
1 answer
156 views
Hi,

it is possible to change the tooltip for an appointment easily! But how do I display the Text of an Resource out of the appointment o´n
my tooltip?

Thanks
Best Regards
Rene
Kalin
Telerik team
 answered on 24 Sep 2013
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
FileDialogs
Book
ToolBar
ColorPicker
TimePicker
MultiColumnComboBox
SyntaxEditor
VirtualGrid
Wizard
ExpressionEditor
NavigationView (Hamburger Menu)
WatermarkTextBox
DesktopAlert
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
Top achievements
Rank 1
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ivory
Top achievements
Rank 1
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
YF
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Top achievements
Rank 1
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ivory
Top achievements
Rank 1
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
YF
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?