Hi, I am new to .net coming from vb5. I am converting our vb5 application to .net and I am having trouble setting up the grid the way we use it. It would be great to know how to do it or even to know that it is impossible so I can look for another solution.
I need to create the grid and after the data has loaded decide which cells (not columns) require tick boxes or dropdown lists. Also this setup can alter as the user changes data in one of the existing cells. So far it looks like I have to decide at generation time which columns are tickboxes and which are dropdown lists and the only way to change that is to rebuild the grid and reload the data. Please tell me there is a better way. Thanks.