This question is locked. New answers and comments are not allowed.
Hi
I am unable select the mutile of rows(EntireRow) in gridview with using key board.
i had set follwoing properties for gridview.
I am unable select the mutile of rows(EntireRow) in gridview with using key board.
i had set follwoing properties for gridview.
AutoGenerateColumns
="False" CanUserSelect="True" EnableColumnVirtualization="True" EnableRowVirtualization="True"
SelectionMode
="Multiple" IsReadOnly="True"
please give me reply on top of this.