is it possible to show lines that mark parent-child relation in self-reference grid, like it's done in RadTreeView by setting ShowLines property to true?
2 Answers, 1 is accepted
0
Accepted
Ivan Petrov
Telerik team
answered on 19 Mar 2012, 10:36 AM
Hi Yury,
Thank you for writing.
You can show the lines by setting the RadGridView.TableElement.ShowSelfReferenceLines property to true. After that you can control the color and DashStyle of the lines using the ViewCellFormatting event of the RadGridView. Here is a code snippet which demonstrates how to do this: