Hi,
I am using a RadGridView and using a DetailsPresenter to present the row details externally. I also have a GridViewSelectColumn to display the checkbox for each row selected which also provide me a Header checkbox out of the box for select/unselect all.
Now here is my problem. I need to select a row to view the details in the detailPresenter but on doing this the selection checkbox state is toggled. What I want is to be able to move through my rows to view the details without actually doing a selection. I tried using the GridViewCheckboxColumn which works well, however its missing the header checkbox.
Here is what I want to achieve:
1) Have a column with checkbox that the user can check/uncheck to select a row .. the column should also have a checkbox header which will help with select/unselect all rows.
2) Navigate through the rows to view details in the details presenter without affecting my selection checkbox state.
Can you please suggest the best way to achieve this functionality?
Thanks.
I am using a RadGridView and using a DetailsPresenter to present the row details externally. I also have a GridViewSelectColumn to display the checkbox for each row selected which also provide me a Header checkbox out of the box for select/unselect all.
Now here is my problem. I need to select a row to view the details in the detailPresenter but on doing this the selection checkbox state is toggled. What I want is to be able to move through my rows to view the details without actually doing a selection. I tried using the GridViewCheckboxColumn which works well, however its missing the header checkbox.
Here is what I want to achieve:
1) Have a column with checkbox that the user can check/uncheck to select a row .. the column should also have a checkbox header which will help with select/unselect all rows.
2) Navigate through the rows to view details in the details presenter without affecting my selection checkbox state.
Can you please suggest the best way to achieve this functionality?
Thanks.