I would like to have a field combobox in my form before the grid that to guide the list of records in the grid.
How I can pass the param to the grid?
Can anyone give me a help?
Thanks in advance
Giuseppe
⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠
Posted 20 October 2017 - 15:14 PM
I would like to have a field combobox in my form before the grid that to guide the list of records in the grid.
How I can pass the param to the grid?
Can anyone give me a help?
Thanks in advance
Giuseppe
Posted 23 October 2017 - 06:20 AM
There is no need to pass any variable to the grid - as it wont have any piece of code that will allow u to add a combobox. What u can do is - in the view file, where u render, before that - wherever it fits in your design, accordingly u can set the combobox.
Happy GCing :)