Flemming Rosenbrandt
Top achievements
Rank 1
Flemming Rosenbrandt
asked on 19 Jan 2016, 07:12 AM
Does the DataGrid support IObservableVector for random access data virtualization?
/Flemming Rosenbrandt
4 Answers, 1 is accepted
0
Hi,
Sorry for the late response.
Currently, for data virtualization, RadDataGrid supports ISupportIncrementalLoading. IObservableVector is not supported.
Please, let me know should you need further assistance.
Regards,
Ivaylo Gergov
Telerik
Sorry for the late response.
Currently, for data virtualization, RadDataGrid supports ISupportIncrementalLoading. IObservableVector is not supported.
Please, let me know should you need further assistance.
Regards,
Ivaylo Gergov
Telerik
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
0
Flemming Rosenbrandt
Top achievements
Rank 1
answered on 27 Jan 2016, 12:59 PM
Can you explain the reasoning for this? One would think that supporting IObservableVector would cover more commonly used scenarios.
/Flemming Rosenbrandt
0
Hello Flemming,
Indeed, IObservableVector gives the option for random data access across a collection rather than the sequential access provided by IIncrementalLoading. IIL is a step into implementing IObservableVector as it is a subset of the supported scenarios.
We do have ideas to provide support for IOV as well in one of our next official releases but we do not have fixed time frame for it.
Regards,
Tsvyatko
Telerik
Indeed, IObservableVector gives the option for random data access across a collection rather than the sequential access provided by IIncrementalLoading. IIL is a step into implementing IObservableVector as it is a subset of the supported scenarios.
We do have ideas to provide support for IOV as well in one of our next official releases but we do not have fixed time frame for it.
Regards,
Tsvyatko
Telerik
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
0
Flemming Rosenbrandt
Top achievements
Rank 1
answered on 28 Jan 2016, 10:13 AM
Thank you - looking forward to that :)