Good morning,
How it's possible insert a datagrid within an autocompletebox ?
I've tried to make this with a DropDownTemplate, but I have a datagrid for each element of my collection (see the picture on attachment)
I tried to implement the Export functionality for GridView shown in the UI for WPF example (Word, Excel, CSV export), and I get everything to work except that the "context" is incorrect. When I get into the code, the object that is passed as a parameter is the high-level parent of the GridView I would like to export. What am I doing wrong that I can't get the "context" parameter to be correct?
XAML:
xmlns:exp="clr-namespace:GridView.Exporting"
<UserControl.Resources>
<exp:ExportingModel x:Key="context" />
<telerik:RadButton x:Name="ExpGPData" Content="Export" Grid.Column="0" ToolTip="Export this data to an Excel format" Command="{Binding ExportCommand, Source={StaticResource context}}" CommandParameter="{Binding}"/>
ExportingModel.cs is same as in the example.
Here is my issue:
Attached is a partial picture of my app.
In the left, at the bottom, I have assistants and providers in two different resource types, so I can select one of them or both when editing an appointment.
What I need is to group the appointments with assistants and providers at the same level, not one as subgroup of the other.
I added a resourcetype of user, where I listed both the previous ones, but then when the editor pops up, it also shows a combo box for users, which I don't want.
Is there a way of doing this?
Thanks.
Hello
My company is currently using dlls that are old . 2013.
We want to update soon to fix some problems we are having so I downloaded the trial version to do some tests first.
Some of our code use PickerTextBox. I red that it was now obsolete.
With what should I replace it?
Thanks
Hi,
I have Radcontrols for WPF Q1 2011 installed and I am using ScheduleView control in my application. I implemented Function key bindings (other than F2 key) on WPF window. On running the application, all Function keys work as expected but when I press F2 key followed by any other Function key, it gives me the error "Width Must be Non-Negative". The error popup is cascaded to infinite loop which as the application to crash.
I also found this is the issue with control and it has been fixed in Radcontrols for WPF Q2 2013. My application is not compatible with latest version, got lots of build errors. Please reply how can I make my application compatible with latest version? And how can I download the Radcontrols for WPF Q2 2013 version?
Hi, I had a Datepicker name Disbursal and I have a Grid with 2 columns. The first column is the important one and is also a DatePicker.
Each row in the grid must have their date before the Datepicker, if it isn't then throw up a validation.
I applied the CellValidatedEvent which works if I were to change the date of the row manually, but if I were to change the Disbursal DatePickerDate, how do I trigger CellValidatedEvent for each row's date?
We have been using the Telerik GridView for WPF for 4 years. We took the 2013 GridView and customized the styles (see attached). We recently updated to Telerik.Windows.Controls.GridView 2016.2.613.45 and now have strange scrolling behavior. The text alignment of content changes when scrolling and that content reaches the GridView bounds.
Video: https://dl.dropboxusercontent.com/u/23017318/Auction%20Management%20v6.0.0.9%209_13_2016%204_03_10%20PM.mp4
Styling Code: https://dl.dropboxusercontent.com/u/23017318/TelerikGridView.xaml
There is a comment in Example.xaml file which clearly summarizes what I am trying to.
This file is included in the attach zip file.
Iam having trouble finding and easy way to plot multiple scatter spline lines in a scattor plot.
I am using version 4.5 telerick controls , and specifically the telerik:RadCartesianChart
I gutted out the galley scatter example code in the terlerik examples wpf source project into a simple WPF project.
The project in the example uses telerik:LinearAxis which requires a dependency objext and a half million other things that is needed in this project.
The WPF project just retrieves the data from the same csv file and stores the data in the two same list in the corresponding viewmodel.
public class ExampleViewModel : DataSourceViewModelBase
{
private IEnumerable<HourlyEarnings> _privateData;
private IEnumerable<HourlyEarnings> _publicData;
How can simply just databind these two lists in the view model to the chart in the xaml to produce to scatter spline lines in the chart.
I have a attached the project.
I spent days searching the web for a simple example and everything i found either requires some serviceprovider object that seem not to be for wpf apps, or just information that is worthless or code that does not compile or shown one line.
