Telerik Forums
UI for WPF Forum
0 answers
126 views

I have a lot of UIElements in many XAML files. I need all of them to implement a property (dependency property), I can bind bool value to it with a converter.
How could I force my elements to use a property? And I want them to inherit from a class, it will need a lot of changes and time.
Alaa
Top achievements
Rank 1
 asked on 26 Jan 2017
0 answers
74 views

Hello everyone,

I need your help. I want (like in title) group items in RadGridView, but if some group have exactly one item then I don't want group this item.
I use this part of code to group my item list.

<telerik:RadGridView.GroupDescriptors>
    <telerik:GroupDescriptor Member="Source"/>
</telerik:RadGridView.GroupDescriptors>

I want to achieve solution like this:

>group_1
       element_1
       element_2
>group_2
       element_3
       element_4
element_5  (because in group_3 we have only one item)
element_6  (because in group_4 we have only one item)
>group_5
       element_7
       element_8
       element_9

 

Thank you for your help.

Mon

Mon
Top achievements
Rank 1
 asked on 26 Jan 2017
3 answers
223 views

I have attached Snap of my application when it it maximized(Capture1.jpg).

when I am minimizing the window application look like as Capture2.jpg,

What should i chnage in My application, so that As i minimize the application controls size should not be change and scrollbar should be visible in application? as (Capture3.jpg)

Lance | Senior Manager Technical Support
Telerik team
 answered on 25 Jan 2017
4 answers
873 views

I am using Q1 2016 version of telerik

I have a binding for my Document source using MVVM light

This is my XAML code :

<telerik:RadPdfViewer Grid.Row="1" HorizontalAlignment="Stretch" Name="pdfViewer" VerticalAlignment="Top"
DocumentSource="{Binding DocumentPdf}" />

 

and here is my code :

public CotisationPdfVm(string url)
{
DocumentPdf = new PdfDocumentSource(new Uri(url), FormatProviderSettings.ReadOnDemand);
}

private PdfDocumentSource _documentPdf;
public PdfDocumentSource DocumentPdf
{
get { return _documentPdf; }
set
{
_documentPdf = value;
RaisePropertyChanged(() => DocumentPdf);
}

 

The url is

The document remains blank. No exception.

When I put a breakpoint in the set of my property the I have: IsStreamLoaded = false

The url is "http://109.88.185.2:60000/Reports/Cotisation/2017/CotisationReportVANDEVOORDEN Patrick-354-2017.pdf"

The uri is "http://109.88.185.2:60000/Reports/Cotisation/2017/CotisationReportVANDEVOORDEN%20Patrick-354-2017.pdf"

When I try with a browser (IE) with the same uri I can read the document.

 

       

Lance | Senior Manager Technical Support
Telerik team
 answered on 25 Jan 2017
1 answer
125 views

We are using the RadDiagram for Telerik WPF. We have restricted the draggable area using the following link:

http://docs.telerik.com/devtools/wpf/controls/raddiagram/howto/customize-dragging

But we also would like to restrict the area that the user is able to pan the diagram. It would be great if it wasn´t possible to pan away from the restricted draggable area. Is this possible, and if yes, how?

I have tried to use PreviewPan but haven´t figured out if that is the way to go...

Lance | Senior Manager Technical Support
Telerik team
 answered on 25 Jan 2017
1 answer
245 views

New to GanttView and was wondering how I can change the right hand side to display from days to minutes or years depending on the application.

also, it would be nice to integrate a zoom capability. is there an option that will allow a user to zoom in and out on the right hand panel of the ganttview. thanks

 

Lance | Senior Manager Technical Support
Telerik team
 answered on 25 Jan 2017
5 answers
261 views
Can I bind a PropertyGrid directory to an XmlDocument?  If not, does Telerik have any controls that gives me a nice GUI to edit the values in an XmlDocument?
Stefan
Telerik team
 answered on 25 Jan 2017
2 answers
134 views

Hi Telerik,

Could you please advise if there is a way to programmatically simulate the sliding of a RadPane using a bound property to a ViewModel, for instance? We've managed to bind to the IsPinned property, which will pin and unpin the pane, however we'd like to possibly bind to a property that will slide the RadPane in and out when it is unpinned, instead of having it pinned.

Please see the attached file for a screen print example.

Please advise.

 

Kind regards

Abhinav
Top achievements
Rank 1
 answered on 24 Jan 2017
1 answer
224 views
I am working on a RadGridView component where I have a single column that should display data using two control types, a TextBlock and an Image interchangeably. How can I achieve this? Can you please provide an example?!

Thanks in advance.
Dilyan Traykov
Telerik team
 answered on 24 Jan 2017
1 answer
130 views
How can I edit position of the grid?
I want only one column like in the attach image
Dinko | Tech Support Engineer
Telerik team
 answered on 24 Jan 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
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
HighlightTextBlock
Security
TouchManager
StepProgressBar
VirtualKeyboard
Badge
OfficeNavigationBar
ExpressionParser
CircularProgressBar
SvgImage
PipsPager
SlideView
AI Coding Assistant
+? more
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?