Hide checkbox column at left in grids

We can delete (hide) checkbox column by this code:

cur_frm.fields_dict["ln_items"].grid.wrapper.find('.row-check').hide();

I want to ask that is there any proper way doing this?

Hi @TurkerTunali,

I think the code is correct and it’s functioning properly. We’ve reviewed the basic code functionality but couldn’t find a straightforward solution.

1 Like