Devexpress Server Mode

Any chance to get working Srever Mode with DataAbstract?

Best regards.

1 Like

Hi,

What do you mean under server mode?
as for me, this video demonstrates feature of client-side grid only

Note: I don’t track changes in DevExpress product and I’m not expert in their products.

They implemented some sort of automatic row fetching depending on what is being displayed on screen. That being said, is there a way to fetch just n=50 amount of records from a TDAMemDataTable and then the next n records from that point?

see our old DA4 example: Fetch.zip (44.4 KB):

it wasn’t ported to DA9 so some manual updating might be required.

@EvgenyK, the advantage is having compatibility INSIDE the quantumgrids allowing to the user navigate and be transparent. No need to external methods. They have methods connecting to another dataset components.
What d you think?

Best regards.

we have no internal functionality in TDADataTable that allows to automatically load records on demand
only if you implement it manually, like in that sample