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

RadGrid - submit/cancel button styles

2 Answers 138 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Leszek
Top achievements
Rank 1
Leszek asked on 28 Jul 2015, 01:23 AM

Hello,

I have a bunch of RadGrids that use inplace editing. My client complains that the submit/cancel buttons (in Edit mode and Insert mode) are too close to each other. Is there any simple way to insert some spacing between the buttons? I need to modify about 20 or so grids, that's why I'm looking for the simplest possible solution.

Thanks,

Leszek

 

2 Answers, 1 is accepted

Sort by
0
Viktor Tachev
Telerik team
answered on 29 Jul 2015, 09:41 AM
Hello Leszek,

In order to add more space between the buttons you can use CSS. If the Update and Cancel buttons are LinkButtons you can use the following CSS rule. It will be applied to all RadGrid controls on the page.


.rgEditForm a {
    margin-right: 15px;
}


You would probably need to adjust the space between the buttons based on your requirements.


Regards,
Viktor Tachev
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
0
eBuild
Top achievements
Rank 1
answered on 29 Jul 2015, 02:14 PM

Thanks Viktor. It's working like a charm.

 

Leszek

Tags
Grid
Asked by
Leszek
Top achievements
Rank 1
Answers by
Viktor Tachev
Telerik team
eBuild
Top achievements
Rank 1
Share this question
or