Hi Team,
We follow your example : https://docs.telerik.com/kendo-ui/knowledge-base/retrieve-visible-grid-columns-data-with-select-odata-parameter.
We just replace with our API endpoint and columns fields. Its returns only 20 records first page of records. Rest of the records not showing.
API returns json format.
[
{
"workflowId": 48,
"id": 177,
"workflowName": "Observations",
},
{
"workflowId": 64,
"id": 178,
"workflowName": "IncidentManagement",
},
{
"workflowId": 64,
"id": 183,
"workflowName": "IncidentManagement",
},
{
"workflowId": 64,
"id": 185,
"workflowName": "IncidentManagement",
},
]
-----------------------------------------