I have my list grid setting as follows
tradeListGrid.setWidth100();
tradeListGrid.setHeight(200);
tradeListGrid.setAlwaysShowEditors(true);
tradeListGrid.setAutoSaveEdits(false);
tradeListGrid.setShowAllRecords(true);
tradeListGrid.setSelectionType(SelectionStyle.SIMPLE);
tradeListGrid.setSelectionAppearance(SelectionAppearance.CHECKBOX);
but when i show listgrid in window, some how not able to see check box. pls let me know what i'm doing wrong
tradeListGrid.setWidth100();
tradeListGrid.setHeight(200);
tradeListGrid.setAlwaysShowEditors(true);
tradeListGrid.setAutoSaveEdits(false);
tradeListGrid.setShowAllRecords(true);
tradeListGrid.setSelectionType(SelectionStyle.SIMPLE);
tradeListGrid.setSelectionAppearance(SelectionAppearance.CHECKBOX);
but when i show listgrid in window, some how not able to see check box. pls let me know what i'm doing wrong
Comment