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

Show CommandItem Refresh Button in RadGrid

1 Answer 563 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Yefta
Top achievements
Rank 1
Yefta asked on 28 May 2015, 02:09 AM

Hai, i have a CommandItemTemplate at my grid, and i want to add CommandItem Refresh.

i've done it like this:

<MasterTableView AutoGenerateColumns="False" DataKeyNames="MemoID" ClientDataKeyNames="MemoID" Width="100%" CommandItemDisplay="Top" PageSize="5" NoMasterRecordsText="No Record Selected">
 
  <CommandItemTemplate>
  <a href="#" onclick="return ShowInsertFormSender();">Add New Memo</a>
  </CommandItemTemplate>
 <CommandItemSettings ShowRefreshButton="true" />
</MasterTableView>

 

but it doesn't show the Refresh Button. How to show it?

Thank you

1 Answer, 1 is accepted

Sort by
0
Konstantin Dikov
Telerik team
answered on 01 Jun 2015, 01:47 PM
Hello Yefta,

When you use the CommandItemTemplate, the default buttons of the command item will be removed and you will have to implement each button manually. Detailed information on this matter could be found in the following help article:
Hope this helps.


Regards,
Konstantin Dikov
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Grid
Asked by
Yefta
Top achievements
Rank 1
Answers by
Konstantin Dikov
Telerik team
Share this question
or