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?

Hi All
We are using WPF Telerik RadGrid to display real time data.
We have pre-configured list of values which need to display on the filter of specific column.
We want to display the list of all such values in the filter column and if that values present in the RadGrid datasource or not still we want to display it with checkbox of filter on the column.
Currently, what happens, if we have pre-configured value in the RadGrid data-source then it is available in the filter column.
So the idea here is that, We want to show our own list of filterable values on the specific column.
For example, in the attached screen shot.
We are seeing Country column with Name. This grid is showing only countries what available in the Grid data source.
We want to show all countries in the "Select All" section of filter.
How can we achieve this?
Is is make sense?
Thank you
Hi,
I am working on RadScheduleView, with Custom Scheduler Dialog. That Template set through EditAppointmentDialogStyle. Upto this it works fine. Now I want to Change the Template based on condition from viewmodel. I set condition through DataTrigger but it shows binding issues. Is there any other way to solve this problem ! Please help ! Thanks in Advance.
Hi Team,
I have binded Countries list in ItemSource property. How to restrict the selection after some number.
Eg: India,China,Pakistan,Bangladesh,Japan,Iran --> ItemSource
User can select only three in these countries.