HI,
I tried to Hide the details of the matrix if the Taxtype = VAT
if ($.parent.colTaxType.rawValue eq "VAT") then
$.parent.colTaxPer.presence="hidden"
end if
but the cells are hidden and matrix is not moving up.
Regards,
Prasad
HI,
I tried to Hide the details of the matrix if the Taxtype = VAT
if ($.parent.colTaxType.rawValue eq "VAT") then
$.parent.colTaxPer.presence="hidden"
end if
but the cells are hidden and matrix is not moving up.
Regards,
Prasad