Hi All,
Data Grid is displaying fewer records than expected, even though the API response and the bound JSON dataset contain the correct number of records.
During analysis, it was observed that:
Regards,
Sudharshan
Hi @Sudharshan T,
Could you share your OML file? It would help me analyze the issue more thoroughly.
I suspect that the data grid column filter uses case insensitive grouping of texts so that the filters do not show the duplicate values. And during filter the match happens as case sensitive.
Also, I believe it is not possible to make OutSystems Data Grid column filters case‑sensitive using built‑in functionality. Case‑sensitive filtering requires a custom implementation outside the Data Grid’s native filters.
Cheers,
Saugat
Hi @Saugat Biswas , the issue is because of case sensitive, any inputs here how we can get all data.
Hi @Sudharshan T ,
Just to confirm are you using ServerSidePagination = True ?
Also, what version of this component are you using?
Hi @Mihai Melencu, Yes I'm using server-side pagination and the data grid component version is 2.9.0