hi,
I created a series of identical repeated row files.
I would like the fields to appear only after inserting the previous field. How can I do?
Article, Description, quantity, VAT, price and custom field Total.
tnk.
hi,
I created a series of identical repeated row files.
I would like the fields to appear only after inserting the previous field. How can I do?
Article, Description, quantity, VAT, price and custom field Total.
tnk.
Did you mean by using Grid-Add or Grid-Edit mode or … ?
grid add then I would like on grid edit to show only the inserted lines.
Inspect the element’s class/id/selector, and write jQuery code in “Startup Script” section to hide based on “change” event to show/hide the next fields.
mobhar wrote:
Inspect the element’s class/id/selector, and write jQuery code in
“Startup Script” section to hide based on “change”
event to show/hide the next fields.
I have been trying to do this for a long time with no good results.
I need to insert a lot of data in a table, but according to two filter fields:
Example:
table: id, name, date, other where country = 1, province = 3