Custom component Datagrid

Hello to everyone,

How do I access "datagrid" data on a page using "custom component"?

Hi @YENI,

I am not sure what you are trying to achieve. Could you elaborate?

button is my "custom component" to export

I want to export "export excel" using "npm file-saver" and I want to print all the data with title (in Turkish) in the same "datagrid" as it appears in excel.

I want the Associated Ids to be protected to bring valid data, and the column names should remain in Turkish.

Thank you for your help.:heart:

In Radzen a datagrid is usually data-bound to a page property. It represents the "data" that the DataGrid displays. You can probably use the page property which is a JS Array.