Hi,
I am using SelfHierarchy within my RadGrid and would like to use Export functionality.
My CommandItemSettings are;
Commands on MasterTableView are shown as expected but on details tables are not. Even ShowRefreshButton="false" ShowAddNewRecordButton="false", details table shows those buttons and hides "ExportTo...." buttons. I would like to hide all CommandButtons (or Command row) on details tables. Please refer to attached screen-shot for the unexpected behavior.
Any help would be greatly appreciated.
I am using SelfHierarchy within my RadGrid and would like to use Export functionality.
My CommandItemSettings are;
<
CommandItemSettings
ShowExportToExcelButton
=
"true"
ShowExportToWordButton
=
"true"
ShowExportToPdfButton
=
"true"
ShowRefreshButton
=
"false"
ShowAddNewRecordButton
=
"false"
>
</
CommandItemSettings
>
Any help would be greatly appreciated.