Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
3555
Add Checkbox Column to Grid
posted
How would I add a textbox column to a grid that is currently binded to a
datatable? I want to use this to send back to the database what the user
selected.

~P
Parents
No Data
Reply
  • 469350
    Offline posted

    I'm not sure what you mean about  "send back to the database what the user selected". But you can add unbound columns to the grid by using the Add method on the Columns collection of the Band. I recommend doing this in the InitializeLayout event of the grid. 

Children
No Data