Is there a way with the grid to put a small space between 2 columns?
i thought about maybe putting a dummy column there and then somehow remove the header for that column. is there a better way?
see the attached example for what i want.
Thanks!
3 Answers, 1 is accepted
0
Dimitar
Telerik team
answered on 21 Aug 2013, 02:12 PM
Hello John,
Thank you for writing.
Just to clarify, I am assuming that you are asking about RadGridView not RadPageView as the thread is opened in the RadPageView section.
You can achieve the desired effect very easy just set the CellSpacing property like this:
radGridView1.GridElement.CellSpacing = 10;
I hope this will be useful. Should you have further questions, I would be glad to help.
Regards,
Dimitar
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WINFORMS.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely. Sign up for Free application insights >>
Note that this forum is related to the Telerik UI for WinForms product. Please post any questions regarding WPF in the relevant forum: http://www.telerik.com/forums
I hope this information helps.
Regards,
Dimitar
Telerik
Do you need help with upgrading your AJAX, WPF or WinForms project? Check the Telerik API Analyzer and share your thoughts.