Hi,
I have a table control with 6 columns also screen contains some header input fields.
Out of 6 columns first two columns are disabled.
Depending on value entered in certain field in the header I fill the table control. e.g. if the value in certain field is X, table control is filled with say 15 rows, if value is Y, table control is filled with say 5 rows.
Now my requirement is only those rows which are filled should be disabled. i.e. If user chooses value Y then all rows after 5 should be input enabled.
But since I have disabled the columns statically complete column remains disabled.
Can anybody tell me How to enable a particular row in table control ?
Thanks n Regards,
Nitin
Message was edited by: Nitin Pawar