This is a migrated thread and some comments may be shown as answers.

[Pre-Sales] How to implement the following behavior with UWP DataGrid

1 Answer 135 Views
DataGrid
This is a migrated thread and some comments may be shown as answers.
Prashant
Top achievements
Rank 1
Prashant asked on 19 Oct 2016, 12:00 PM

Hi,

I am developing a UWP app and evaluating your RadDataGrid for the same. However, I wish to implement the following behaviors in your RadDataGrid.

1) How to remove the drag drop column header panel? Please refer to the attached snapshot.

2) How to implement paging (Load-On-Demand)?

Could you please provide me a solution to implement the same asap? So that I can make further decisions to continue with your controls.

Regards,

Prashant Srivastava

1 Answer, 1 is accepted

Sort by
0
Ivaylo Gergov
Telerik team
answered on 20 Oct 2016, 11:41 AM
Hello Prashant,

Thank you for your interest.

To remove the drag drop panel, you should disable the grouping feature through the UserGroupMode property.
Currently there are two possible approaches to implement the Load On Demand feature:
  1.  Your data source to implement the ISupportIncrementalLoading interface and configure the mode(if the user manually requests data or automatically when the last item is in the current view) through the IncrementalLoadingMode property.
  2. If it is a problem that your source implements the mentioned above interface, you can take advantage of the LoadMoreDataCommand.

I have attached an app which demonstrates all these features. 

Please, let me know if this helps.


Regards,
Ivaylo Gergov
Telerik by Progress
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
DataGrid
Asked by
Prashant
Top achievements
Rank 1
Answers by
Ivaylo Gergov
Telerik team
Share this question
or