A
Anders J
Hi
I have a web enabled form which contains a repeating section bound to a
table. Each row contains a new company. Now. I also need th columns to be
dynamic since they should contin from 3 to 10 years like
Number of year: [ 6]
--------------------------
Company | Year 1 | Year xxx | Year 10
Company 1 xxxx xxxxx xxxxx
Company 2 xxxx xxxxx xxxxx
It seems that i can't set conditional formating on a colum. I have then
tried to manipulate the DOM by iterating each row in the reapting section
and node.DeleteSelf();
But this only results on that the textboxes (the data fields) is removed.
Not the columns in the table.
I have also investegated if I could set the Width of the extra columns
(7=>10) to 0 px. But I have no idea how to do that.
Any suggestions?
Anders J
I have a web enabled form which contains a repeating section bound to a
table. Each row contains a new company. Now. I also need th columns to be
dynamic since they should contin from 3 to 10 years like
Number of year: [ 6]
--------------------------
Company | Year 1 | Year xxx | Year 10
Company 1 xxxx xxxxx xxxxx
Company 2 xxxx xxxxx xxxxx
It seems that i can't set conditional formating on a colum. I have then
tried to manipulate the DOM by iterating each row in the reapting section
and node.DeleteSelf();
But this only results on that the textboxes (the data fields) is removed.
Not the columns in the table.
I have also investegated if I could set the Width of the extra columns
(7=>10) to 0 px. But I have no idea how to do that.
Any suggestions?
Anders J