I'm trying to conditionally display the rows in Interactive Grid for editing based on the Row Display Column values. If the value is ‘Y’, the corresponding row should display for editing. I have tried using ‘Read Only’ settings using ‘Expression’ Type - (:ROW_DISPLAY = ‘N’) (For Each Row) but it does not work.
Please let me know if JS Code can be used and How?
To add, i want the Bill Percent and Bill Amount columns to be editable where Row Display = ‘Y’ , so that the user can input values for these 2 columns of such rows.
If the Row Display = ‘N’, then the corresponding row should not be editable.
