Good day , i have tried to add the built-in export buttons to my radgrid, for some reason the are not showing. I have added the following tag under the tableview element
Is there any other settings i have to enable for the built-in export buttons to work?. I would like to use the built in ones because i have many grids throughout my project and dont want to manually add 5 export buttons for every i grid.
Any help would be greatly appreciated
<
CommandItemSettings
ShowExportToWordButton
=
"true"
ShowExportToExcelButton
=
"true"
ShowExportToCsvButton
=
"true"
ShowExportToPdfButton
=
"true"
></
CommandItemSettings
>
Is there any other settings i have to enable for the built-in export buttons to work?. I would like to use the built in ones because i have many grids throughout my project and dont want to manually add 5 export buttons for every i grid.
Any help would be greatly appreciated