Hi,
I am using SmartGWT version -->12.1-p20200423
I am using ListGrid, by setting setSelectionAppearance(SelectionAppearance.CHECKBOX); i get checkbox in first Column.
I am having a listGrid field whose dataSource is set to chckBox/boolean ,so i get the checkbox in that ListGrid Field ,but my requirement is to have different image for CheckBoxTrue/checkBoxFalse for this field only plus this field is editabltable too.
I have attached a mockup for my requirement
How can i achieve it.
I am using SmartGWT version -->12.1-p20200423
I am using ListGrid, by setting setSelectionAppearance(SelectionAppearance.CHECKBOX); i get checkbox in first Column.
I am having a listGrid field whose dataSource is set to chckBox/boolean ,so i get the checkbox in that ListGrid Field ,but my requirement is to have different image for CheckBoxTrue/checkBoxFalse for this field only plus this field is editabltable too.
I have attached a mockup for my requirement
How can i achieve it.
Comment