Hello!
I am trying to create a databound grid, with a checkbox row selector.
So far I tried some of the examples found on the forums, but neither of those suited my needs. I managed to add a checkbox column, but failed to add and freeze the column as the first column in the grid, and I've got two questions:
- Is there a way to manually add a column (be it by VS designer, or programmaticaly) to the grid grouping control, and automaticaly creating the rest of the columns from the assigned datasource (when I bind the datasource and don't add the first column manually, the columns are generated correctly) ?
- Is there any kind of build-in row selector based on checkboxes, or should I create a column (bound or unboud field) with a CellType="CheckBox" and manually program it to achieve the goal ?
Thanks in advance for the reply!