I am using webmaker 5.1 (bizflow 12.1)
Hi, I have a repeating editable row control from the rich composite controls pallet with a dropdown box. Both the repeat and the dropdown box are bound to database results.
Whenever I add a hidden field to the table inside the repeat, the dynamically generated insert edit and delete controls dont get generated. If I then remove the hidden field things start working normally.
How do I fix this?
Hi, I have a repeating editable row control from the rich composite controls pallet with a dropdown box. Both the repeat and the dropdown box are bound to database results.
Whenever I add a hidden field to the table inside the repeat, the dynamically generated insert edit and delete controls dont get generated. If I then remove the hidden field things start working normally.
How do I fix this?
RE: problem with editable row and hidden fields
Do you by any chance have the hidden field as the first column in the table?
When the editable table creates the new column for the insert, edit and delete buttons it takes the styling information for the heading etc from the first column in the table.
Unfortunately this means that if the first column is a hidden field it will pick up the hidden styling, and so the new buttons will also be hidden.
If this is the case, then you should be able to just move the hidden field to a different position in the table (which shouldn+?+?+?t have any impact as the field isn+?+?+?t visible) to make the buttons appear again.
I hope this helps.
Regards,
Gerard
RE: problem with editable row and hidden fields