Hi, I also removed "db.table.column.readable = False" to enable the column to be displayed in the smartgrid. However, when searching the linked column for a value in the smartgrid, an error is encountered :
<type 'exceptions.ValueError'> invalid literal for int() with base 10: 'JHB' In this case, JHB was the value I searched for. Using its numeric ID worked and displayed the correct result. Will the fix in trunk also address this issue? Many thanks Rakesh --

