Is it possible to use a picker control to transfer data to a list view?
The user can select a single product from the picker list and I want the multiple item details relating to that product to populate in to the list.
Thanks.
Is it possible to use a picker control to transfer data to a list view?
The user can select a single product from the picker list and I want the multiple item details relating to that product to populate in to the list.
Thanks.
Best answer by NigelStratton
That is straight forward. You make the list view editable. When you do there are a set of controls that appear at the bottom of the list. Each one matches a column of the list. Change the controls you need to a dropdown or picker, make sure you load them at init, handle saving the record and you're good to go.
If you're not sure K2 SmartStarters have a very nice way of doing the inline grid editing, including validation. There's one about IT HelpDesk or something. It's a little bit to setup but other methods can't handle validation well. I'll be doing all my inline grid editing this way now.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.