I successfully installed the latest QuantumGrid from DevExpress, but I’ve never worked with this grid before, and I don’t know how to get started. I find that the HLP file isn’t really a tutorial, and the demos are so rich to the point where I can’t get started quickly and see if QuantumGrid fits my needs.
Would someone happen to have a really basic example on how to create a small, non-DB-bound, non-hierarchized, but user-editable grid to host a couple of columns and fill the grid with a few rows?
Thank you.
Place a grid on a form, then delete its default
GridViewand add aTableView. Add a few columns to TableView and then associate your GridLevel with this new view. Place a button on form and add this code to its click handler.RecordIndexcorresponds to the row index andItemIndexcorresponds to the column index. I hope this helps you to get started.