Is it possible to have in TWebDbGrid the same data paging and buffering (and filter capabilities and events) that currently exists in TFNCDatagrid?
This would allow us to use it with datasets with more than 1,000 records, otherwise we can't use it.
Thanks.
Note that TTMSFNCDataGrid can also be used in a TMS WEB Core application. Have you considered this path?
Hi Bruno,
We're testing it thoroughly, and only on WEBCore. :-)
Performance seems to have improved with the latest beta.
However, using the canvas requires a different approach than other web components, in terms of CSS, HTML, etc., since it uses the canvas for drawing.
You're aware that we're customizing the use of the TWebDbResponsiveGrid with good results.
But if TWebDbgrid could also have pagination and/or buffering (which would make it faster since it only needs to handle a few rows at a time), filter management, and perhaps footer management, we could use it for all the "standard" cases where we have datasets of a few hundred records without any problems and we could apply CSS to them.
Grids are our daily bread, as we need to migrate Devexpress Vcl applications, so the more efficient they are and the more "usable" they are, the better we'll achieve our goal.
Good luck!