Cheryl <cheryl@...> writes:

I tried adding the following to the dGrid afterInit method. 

def afterInit(self):
        col = dabo.ui.dColumn(self, Name="key_field", Order=10,
              DataField="key_field",DataType="integer", Width=60, 
              Caption="Key?", Sortable=False,Searchable=False, Editable=True)

        self.addColumn(col)
It created a checkbox on the grid, but when I edited the data, I received error:
data type mismatch, Expecting type 'bool', got type 'int'.
I am using a Postgres backend.

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: 
http://leafe.com/archives/byMID/[email protected]

Reply via email to