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
460
DataTable and WinGrid
posted

Hi,

I have an ultraGrid which is linked to a DataTable that contains a list of rights. Each user has a set of rights. I would like to display the grid with all rights and then automatically select the ones the user already has. Then I must be able to change some rights (by selecting new ones or unselecting others) and click on a "Modify" button. It should directly modify my datatable.

Does winGrid handles that ?