简体   繁体   中英

How to change the CommandItemDisplay size of RadGrid?

I have a RadGrid working well with "+ Add new Record" and "Refresh" buttons placed on the top of the grid:

<MasterTableView CommandItemDisplay="Top" HorizontalAlign="NotSet"
AutoGenerateColumns="False" ShowFooter="False" ShowHeadersWhenNoRecords="True"> 

But the area where those buttons are placed (top) is too big and I can't change the size of it.

Where can I set the property "Height" of the menu?

CommandItemStyle-Height属性更改为方便的大小

<MasterTableView  CommandItemDisplay="Top" CommandItemStyle-Height="30">

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM