Unfortunately, I couldn't find any demo or documentation regarding using CommandItem row. There are some demos using the CommandItem but focusing on other features so no explanation how to use it.
So what would be the condition(s) to make the CommandItem row visible with the built-in grid command options, e.g. Refresh, export ?
I tried the code below but it didn't work:
So what would be the condition(s) to make the CommandItem row visible with the built-in grid command options, e.g. Refresh, export ?
I tried the code below but it didn't work:
<
CommandItemSettings
ExportToPdfText
=
"Export to PDF"
ShowRefreshButton
=
"True"
ShowAddNewRecordButton
=
"True"
ShowExportToPdfButton
=
"True"
ShowExportToExcelButton
=
"True"
ShowExportToWordButton
=
"True"
>
</
CommandItemSettings
>