[DevExpress Support Team: CLONED FROM T936581: Blazor - Performance - LookupPropertyEditor loads all records from its data source when a DetailView is shown]
Hi Guys,
i just did another blazor test after some time now - you said above "Root List Views have a pager and load only objects from the current page (e.g., top 20 records)."
in fact that does not work - we have server mode enabled - but root listviews also do an select * from table ?
Update:
Just found in DevEx Sourcecode that GridListEditor only Supports Client and Queryable DataAccessModes - so is the above statement wrong?