Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    isc.ListGrid CheckBox celltype

    In comparing ExtJS editable grid checkbox celltype against SmartClient ListGrid checkbox celltype, the difference is SmartClient displays a checkbox graphic when rendering the state. Can SmartClient editable ListGrid CheckBox celltype display the checkbox for both render and edit modes? (Similar to ExtJS editable grid)?

    I was reviewing the 'Edit by Cell' example in SmartClient explorer.
    http://www.smartclient.com/docs/6.5.1/a/system/reference/SmartClient_Explorer.html#dragListSelect
    I was hoping I could mimic ExtJS grid checkbox celltype behaves for both render and edit modes.

    Thanks.

    #2
    See booleanFalseImage and booleanTrueImage.

    Comment

    Working...
    X