Error paging datagrid

Hi all, I am trying to paginate the data obtained from an api in rows of ten but still the datagrid shows all the rows and not only the corresponding ten.

Did you bind directly to the collection and not to the collection.data?

1 Like

Yes, I have to conect it to GetPosts[‘data’]?

No normally you should bind it directly to the collection.
Can you give me a screenshot of your binding data?

You can see the binding in the lower left corner of the first image, or do you mean something else?

The one from the formula in the datagrid :slight_smile:

You are right, I had the formula wrongly written because I received the warning “expected format”, thank you very much.

1 Like