Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
910
Limit the number of rows to display.
posted

I was wondering if there is an easy way to limit the number of rows to display.

I have a grid that has the potential of having 1000 rows of data.

However, I dont want to display that many, I want to limit the number of rows programaticly .

Does the xamDataGrid support anything like this ?

If not, is there an easy way for me to implement this feature?

Thanks

DK 

Parents
No Data
Reply
  • 9694
    posted

    Hello DK,

    Is this a performance issue? If so, read the Optimizing Performance section for the documentation on the xamDataGrid and you may not need to limit the grid.

    If you bind to a Collection, you may be able to utlize WPF Filtering. I'm not sure if the xamDataGrid supports standard WPF filtering. If not, the concept could be utilized where you use a Controller or ViewModel object to control the output of data from the Model to the View.

Children
No Data