Reference mapping id from datagrid in cell

Hi,

I have a datagrid which shows orders and has a custom cell that will open another page to show order details.

However, I cannot find how to bind the id of the row to pass to a variable before calling the page. When I go to bind it shows a specific row

image

How do I get data.allData.id?

Thanks

Steve

Hey @SynopsisLabs
When in the context of a row in a custom cell, you should have access to the row info

That’s a bit hard to understand without a broader context. What is the setup of your datagrid?