This is a migrated thread and some comments may be shown as answers.

How to make CommandItem row visible?

1 Answer 37 Views
Grid
This is a migrated thread and some comments may be shown as answers.
miksh
Top achievements
Rank 1
Iron
miksh asked on 25 Oct 2012, 01:14 PM
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:
<CommandItemSettings ExportToPdfText="Export to PDF"
ShowRefreshButton="True"
ShowAddNewRecordButton="True"
ShowExportToPdfButton="True"
ShowExportToExcelButton="True"
ShowExportToWordButton="True">
</
CommandItemSettings>

1 Answer, 1 is accepted

Sort by
0
miksh
Top achievements
Rank 1
Iron
answered on 25 Oct 2012, 01:53 PM
Eventually found the solution in one of the demo. Note that option is missing in the radGrid configuration wizard making it a "hidden feature".
<MasterTableView CommandItemDisplay="Top">
Tags
Grid
Asked by
miksh
Top achievements
Rank 1
Iron
Answers by
miksh
Top achievements
Rank 1
Iron
Share this question
or