Completed
Last Updated: 01 Jun 2012 07:01 by ADMIN
ADMIN
Boryana
Created on: 01 Jun 2012 07:01
Category: GridView
Type: Bug Report
0
The ClearSelection method of RadGridView unselects the rows only of the MasterTemplate
The following line leaves the visual lines of the child templates selected:
this.radGridView1.ClearSelection()

To workaround the issue use this.radGridView1.TableElement.UpdateView() after clearing the selection.
0 comments