cancel
Showing results for 
Search instead for 
Did you mean: 

ALV checkbox read only

Former Member
0 Kudos

While i have been able to make an ALV column as a check box (using the set_cell_editor), is it also possible that i can continue to have this column as checkbox and at the same time make this column as read-only for the user. I mean set_cell_editor will make it input-enabled, is there some other method that can make this column as a checkbox and make it input-disabled?

regards,

Priyank

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member196517
Contributor
0 Kudos

Hi Priyank,

have you tried ....... cl_gui_alv_grid=>mc_style_disabled” to make a field non-editable, to the field “STYLE”.

Thanks

Anuj