Help me decide which Control [RESOLVED]
I have a list of blocks and have 12 sizes with 12 prices for each block, so I built an array (10,12,12). Now I want the user to be able to edit the information to change prices and/or quantities.
Do I want to use a Flexgrid? If so, how do I load it into my project? I'm kind of stumped right now.
I want to load headings, and then load the data, and have the user edit, which then saves the new data.
I am using a text file, and have the code finished. My program uses the names from this text file, and loads them into a listbox.