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
705
Want to create a generic Add/Update/Delete control with grid
posted

I wanted to create a generic control that would allow me to pass in a table name and connection then display the data in a grid possibly. I am guessing I might want to bind it to an ultradatasource?  Not sure, but I also want the ability to add/update/delete a row from the grid and database.  I am not sure how to approach this problem.  Any ideas greatly apreciated. 

  • 469350
    Offline posted

     Hi Tony,

    Your question is a bit vague. You could acheive this using a Preset. You can do into the grid designer and set up a Preset with the propertie syou want on the grid, like AllowUpdate, AllowDelete, AllowAddNew, etc. Then load that preset into any grid you want.