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.
I have a potentially large database whom I'm trying to query for just the items I want displayed on the page I'm looking at. I understand how to use LINQ take and skip to grab the correct range for each page.
What I am struggling with is setting the RadDataPager.PageCount to a value which would reflect the database's collection size and not the size of the collection in memory. I've tried binding ItemCount to a property that tracks the database collection size similarly to this http://www.telerik.com/forums/itemcount-binding.To my understanding ItemCount in combination with a PageSize binding should create the correct number of pages. I.E. 1 of X.
The question then is; is it possible to set the PageCount to a value that is separate from the size of the collection that the RadDataPager is bound to?
Hi,
I was asked to implement the Excel-like arrow key navigation behavior for RadGridView.
These days users use Microsoft products as a standard. In Excel:
1. After users double click on a cell, with or without making any changes, users cannot leave the cell using arrow keys.
They can leave the cell by clicking on other cell or using Tab
2. When users enter a cell by Tab or one single mouse clicking, with or without making any changes, users can leave the cell using arrow keys.
I want to do the same in RadGridView.
Thanks in advance for help.
I have attached a screenshot of my visual studio project where although I have basically copied your toolbar example the 2 buttons are showing vertically and not horizontally. Any ideas what's wrong?
Using 2017.1.222.45
Currently a bookmark can be inserted by using the RadRichTextbox method InsertBookmark().
Is there a way to insert a bookmark by just using the methods on RadDocument?