3 Answers, 1 is accepted
There are two approaches to hide RadGridView's gridlines, depending on what kind of borders to you want to hide:
- Cell border is the border around the cell itself and it can be hidden by subscribing to the CellFormatting event and then in the radGridView1_CellFormatting event handler put this line of code:
e.CellElement.DrawBorder = false; - Border on a GridTableElement level can be hidden by using this code snippet:
((GridTableElement)radGridView1.GridElement).GridBorderWidth = 0;
Regards,
Nikolay
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
hiii Telerik Team,
I want to merge RadGridView Template Grid last row cells to a single cell ...is it possible.... ?? can you please give a possible solution for this ?? (Please check the attached Pic)
Thanks and Regards,
Ras Ran
Hello, Ras Ran,
There are several ways for simulating cells merging in RadGridView. Please refer to the following knowledge base article which lists all of them:
https://www.telerik.com/support/kb/winforms/details/radgridview-merge-celss
Feel free to use this approach which suits your custom requirement best.
I hope this information helps. If you need any further assistance please don't hesitate to contact me.
Regards,
Dess | Tech Support Engineer, Sr.
Progress Telerik
Тhe web is about to get a bit better!
The Progress Hack-For-Good Challenge has started. Learn how to enter and make the web a worthier place: https://progress-worthyweb.devpost.com.