Does anyone know how to add Droplist to grid? Thanks in advance.
For You droplist is a ComboBox ?
Yes.
Avoid use it inside the grid.
Put the combobox outsite the grid and "connect" with lines selected.
Are you wanting to do this? Where the Shared Location field has a list of possible values.
If so, add a List Source to the grid field.
Click to define the List Source.
Yup, this is how I do it as well and it works perfectly.Nice thing is that you can Filter on Values related to the Line you are on making the dropdown content specific.
Thanks, I'll give it a try.
Richard,
It appears that you are new with Mongoose. I just started using Mongoose about this time last year. What was really helpful to me was the Hello Word videos and documentation that are available on the Mongoose portal.
https://mongoose.infor.com/WSWebClient/PlainForm.aspx?config=MongoosePortalNew&user=Guest&page=formonly&form=MGP_MongoosePortal_RepoV4¬itle=1&preventNav=no&=resizable&theme=MGP
At the bottom of the Mongoose Portal is this section:
This series is excellent. Click on next to get to the documentation she provides that follows the videos.
Wow, that simple huh. Thanks so much! Works!
Hi,
please I have one more question about this topic.
I need to setup Droplist behavior on Grid. Because ComboBox allows user to write freely into the field. But Droplist enables only selection from list, user can't write into the field.
Is it possible to get this behavior into list inside Grid?
Thanks.