Dear Sir,
As you can see in the attached image, the GridClientSelectColumn is still selected even if i deselect on row.
which is not an expected behaviour.
can you tell me how to solve this issue?
| <telerik:RadGrid |
| ID="GRD_Instances_Private" |
| Skin="Vista" |
| AutoGenerateColumns="False" |
| AllowMultiRowSelection="True" |
| runat="server" |
| GridLines="None"> |
| <MasterTableView |
| ShowFooter="false" |
| CommandItemDisplay="Top" |
| DataKeyNames="ActivityUID,InstanceUID,Activity,Process" |
| ShowHeadersWhenNoRecords="true" |
| Dir="RTL" |
| HorizontalAlign="Center"> |
| <Columns> |
| <telerik:GridClientSelectColumn UniqueName="CheckboxSelectColumn"> |
| <ItemStyle HorizontalAlign="Center" VerticalAlign="Middle" Width="5%" /> |
| <HeaderStyle HorizontalAlign="Center" VerticalAlign="Middle" Width="5%" /> |
| </telerik:GridClientSelectColumn> |
| </Columns> |
| </MasterTableView> |
| <ClientSettings EnableRowHoverStyle="true" EnableAlternatingItems="true"> |
| <Selecting AllowRowSelect="True" /> |
| <ClientEvents OnRowContextMenu="RowContextMenu_Private" OnRowDblClick="RowDblClick" /> |
| </ClientSettings> |
| </telerik:RadGrid> |