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!