My question is the following related to RAD gridview:
It is possible that i have a full selection on column when I click a certain cell
from that column?
Tks, all the best!!!
1 Answer, 1 is accepted
0
Jack
Telerik team
answered on 12 Feb 2009, 01:00 PM
Hello Ken,
Thank you for this question.
Currently RadGridView does not implement column selection. We will add this feature in one of our upcoming releases. However, you could process the CellFormatting event and format cells to simulate selection.
The following code uses the IsCurrentColumn property to check whether the cell should paint its background in yellow: