Description:
How to select rows via a check box column?
Answer:
Starting with version 13.2, GridView provides a built-in check box column for multiple row selection. Refer to the Web Style Row Selection help topic to learn more.
In versions prior to 13.2, you can use the following two methods to manually implement a column for row selection:
- Add a Boolean data column to your data source that will maintain the selected state of rows.
This approach is easy to implement, but adding "dummy" columns to data is often forbidden due to the constraints of an application's business logic. - Use an unbound grid column as it is demonstrated in the Multiple selection using checkbox (web style)example.
Excuse me, but there is no attached simple fies. Would you mind to put a sample Project please? Thank you
Hi Marco,
You can find links to examples in the right section of the ticket. I've attached a picture to show this section. Please check it.
Yes… but the E990 sample is for 13.2 versión. I've got 12.4 versión and I'm not able to open the sample Project or compile it. That's why I was looking for the A371 example. Thanks in advice
Hi,
You can select the required version and download the example (see the attached picture).
Nice to have this feature implemented. But how do we implement this in XAF? Thanks.
i was able to do this in XAF but encountered some issue.
https://www.devexpress.com/Support/Center/Question/Details/Q573533