or
for (int i = 0; i < 10; i++) |
{ |
RadTreeNode treeNode = new RadTreeNode(i.ToString()); |
treeNode.ShowRadioButton = true; |
radTreeView1.Nodes.Add(treeNode); |
} |
The problem is that when I click on one item in the list and then another, the first one is not deselected and I end up with all the radio buttons selected. The sample you provide does not have this problem.
Please could you explain how to achieve the effect I want - a list of (top level) radio buttons.
Thanks
Best regards
Marek
ExportToPDF pdf =
new
ExportToPDF(
this
._rg);
pdf.ExportVisualSettings =
true
;
pdf.Scale = 0.4f;
pdf.FitToPageWidth =
true
;
//pdf.TableBorderThickness = 0;
pdf.RunExport(path);