-
16 Aug 2012 9:44 AM #1
How to get Sencha GXT3 checkox on render of abstractCell
How to get Sencha GXT3 checkox on render of abstractCell
hi,
i am using Sencha GXT 3. i have one ListStore like
{ {"xyz","True","False},{"True","ddg","abvc"},{"False","tyy","tyy"} }.
when setting this store to grid with columnModel i want to Check column value, if value is True then Checked box with checked will get displayed, if value is False then checkBox with unchecked will get display and if value is other than True and False then that value get displayed. by referring above ListStore, i want to display xyz, checked CheckBox, unchecked CheckBox into one column.
how to achieve this . ??
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote