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
975
?Virtualization? / ListWindow
posted

Hello,

i read some stuff about virtualization here for the XamDataGrid.

I'm not sure but as FieldSettings can enable virtualization the Infragistics.Virtualization does not seem to be what i need.

I need some kind of list window meaning i wanna give the XamDataGrid the ListSize : Int32 and the xam datagrid shall request the currently displayed ListWindow by giving a startIndex:Int32 and a ITemCount:Int32. I will then load the currently viewed ListItems from a file. I think microsoft calls this virtualization which works for ListViews etc.

Is such behaviour possible with XamDataGrid.12.1 ?

Thanks for your help!

Parents
  • 34810
    Offline posted

    Hello KarlMichael Beck,

    Regarding virtualization of the XamDataGrid, the XamDataGrid uses virtualization in the way that the containers and presenters for the cells and records of the grid are virtualized when they are out of view. These containers are then recycled and reused as the grid is scrolled for performance purposes.

    Being that it sounds like you are looking to have a specific number of records show up in the grid at a particular time, I don't believe this is really a virtualization issue, but more of a pagination/paging type of issue. The XamDataGrid does not currently have paging support, but the other Infragistics grid, the XamGrid does. You can read about XamGrid paging at the following documentation site, and this was supported in version 12.1: http://help.infragistics.com/Help/Doc/wpf/2012.1/clr4.0/html/xamgrid_paging.html.

    Please let me know if you have any other questions or concerns on this matter.

    Sincerely,
    Andrew
    Associate Developer

Reply Children