Checkbox list

Hello,

i want to create a checkboxlist which is related to only one row from my customer table. This Checkbox list should appear with every customer selected, but can be filled differently for every customer.

Thank You

Hi,

You can add a column to your DataGrid and use Template property to place and bind CheckBoxList:

You can also add additional Form field to Add/Edit pages to enable CRUD for this property.

Best Regards,
Vladimir