This example demonstrates how to add an unbound grid column with a radio button (represented by a CheckEdit repository item) to provide a user with the ability to select one of the grid rows.
Question Comments
Added By: Dean J. at: 5/26/2014 1:07:29 PM
This stops working if the user uses the autofilter row, because the previous row handle becomes wrong.
Steps:
1) in the description auto-filter row type characters that will cause only row #2 to show.
2) Select that row (radio button) for row #2
3) Clear the auto-filter criteria. All rows are showing now and row #2 is still selected
4) Try to select the first row radio....it won't work.
How can you implement a radio column and allow the auto-filter row ???
Added By: Alexey Z (DevExpress Support) at: 5/27/2014 4:19:02 AM Hello,In order not to mix several questions within one thread, I will extract your question to a new ticket. Let us continue our discussion there How can you implement a radio column and allow the auto-filter row by using the E926 example .