jadedinvasion
Programmer
What I need to have is some kind of control that will list a bunch of products and have the ability to have the "amount" of that product entered in beside it.
But because the list of products is dynamic, (based on a combobox selection), I can't just hard code them into the form. Also, the user will be entering in many volumes at once, so doing a drop down box for the products will just waste time.
I was wondering if it was possible to enter values into a second column of a list view. Is this possible?
I've seen some solutions using c# using the .editable property but I dont see that property anywhere for the listview I'm using....
But because the list of products is dynamic, (based on a combobox selection), I can't just hard code them into the form. Also, the user will be entering in many volumes at once, so doing a drop down box for the products will just waste time.
I was wondering if it was possible to enter values into a second column of a list view. Is this possible?
I've seen some solutions using c# using the .editable property but I dont see that property anywhere for the listview I'm using....