BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
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) ?
|
If you want to add the unbound columns to the GridGroupingControl, please refer to the following KB document. It will shows how to add the unbound checkbox column at the runtime to the GridGroupingControl,
KB:
|
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 ?
|
There is no default support for selecting a row based on the CheckBox value of the particular field. If you want to select the record based on the checkbox value, you can use the customization discussed in the following KB document,
KB:
|