cancel
Showing results for 
Search instead for 
Did you mean: 

Disable row select in Fiori element List report app with Grid Table and Odata V4 based on condition.

RainaGoyal3
Participant
0 Kudos
124

Dear Experts,

I have a requirement where I need disable the row select based on backed conditions in Grid table Fiori element List report.

I am able to achieve it with Responsive table where the row is greyed out but its making the navigation to object page disable as well and due to which other column values are unknown.

RainaGoyal3_0-1746784399637.png

I need to change the table to Grid table but in V4, I am not getting table object instance in OnAfterRendering event so that I use UI table events.

Kindly please help as this requirement is critical for business and I am struggling because of it.

Help and suggestions are much appreciated.

Thanks,

Best Regards,

Raina

 

Accepted Solutions (0)

Answers (1)

Answers (1)

DiegoValdivia
Active Participant

Hi @RainaGoyal3 

I assume you need to disable the row so that it cannot be used to press the STO Creation button, am I correct? if that's the case, then I would suggest to use Feature Control to do the opposite. That is, to disable the button when a certain line is selected.

RainaGoyal3
Participant
0 Kudos

Hi @DiegoValdivia Thank you for responding and your suggestion. With feature control I can disable/enable button but since the user can select multiple lines at a time , this can be confusing for user due to which line button is still disable despite few valid cases. I know from feature control action can be controlled but was wondering if there is a possibility on UI side.

Thanks,

Best Regards,

Raina