Dear Gurus,
I've some data which is created before finally updating to the database table. I'm using the input fields to insert and manipulate the data. Further to this, after the data is successfully saved to the database by the user, everything will be disabled including the selection property of the table rows. This is because, I've mapped with a ENABLE attribute under the view context and set it to False after the data is saved to the database.
Now my issue is, the user should able to select his desired row on the table (after disabling) and there would be further operations included with that selected row(s).
How to enable the selection property of the table???
P.S: "rowSelectable" Property is by default 'X'. So no tries on that.
Kindly requested to suggest me the perfect solution for the same.
Regards,
-Syed.