Hello everyone, right now I'm just learning to use radzen, I have a problem with the grid, so there are errors (bugs) in the grid when the grid gets data from the table, while the table in the database has so many rows/data, there is an error in the form of a request time out and data cannot be displayed, is there anyone here who has the same problem as me? about request time out? even though the radzen setting has been set to timeout at 300
thanks @enchev,
But I've used a paging grid with a setting to display 10 rows per grid page in the radzen settings, but the data doesn't want to appear, and there is a request time out bugs
In Angular applications the only way to get your data is by using a service. Your service should support paging - i.e. get data on chunks. Radzen Angular applications will use OData service to expose your database data with paging, filtering and sorting support.