Is it possible using the RowStyle to reduce the vertical padding/margin on rows?
--
Scott
1 Answer, 1 is accepted
0
Vanya Pavlova
Telerik team
answered on 26 Oct 2010, 08:00 AM
Hello Scott,
You can decrease the Padding in a GridViewCell through creating a simple style that targets at GridViewCell and sets its Padding property to an appropriate value, as it shown in the following markup:
<StyleTargetType="telerik:GridViewCell">
<SetterProperty="Padding"Value="0"/>
</Style>
All the best,
Vanya Pavlova
the Telerik team
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 Public Issue Tracking system and vote to affect the priority of the items