P
Patrick Swaytze
i want to hide and display a textbox based on the column of repeatable table.
For ex: Here is the repeatable table
Sun Mon Tue Wed ... Sat
Task1
Task2
Task3
Now, if user clicks on cell (textbox) associated with Task1 and Sun, a
textbox should eb displayed and its value stored.
Similary if user clicks on Task1 and monday... previous textbox should be
closed and new textbox should be displayed associated with the current cell.
I am not able to do this, because there is no onClick event associated with
the text boxes.
Any solutions, workarounds for this problem ? Thanks in advance.
P.S i tried using Master/Detail, but that only helps me keep track of the
rows and not the columns
For ex: Here is the repeatable table
Sun Mon Tue Wed ... Sat
Task1
Task2
Task3
Now, if user clicks on cell (textbox) associated with Task1 and Sun, a
textbox should eb displayed and its value stored.
Similary if user clicks on Task1 and monday... previous textbox should be
closed and new textbox should be displayed associated with the current cell.
I am not able to do this, because there is no onClick event associated with
the text boxes.
Any solutions, workarounds for this problem ? Thanks in advance.
P.S i tried using Master/Detail, but that only helps me keep track of the
rows and not the columns