or
InvalidOperationException: A circular reference was detected while serializing an object of type [my type here]

columns.Bound(o => o.Status0).Width(40).Title("0").ClientTemplate("<input type='checkbox' value='true' name='Status0_\\#=Id\\#'" + "\\#=Status0?'Checked':''\\#" + "/>");
How can I bind it 2 ways, do anyone have a sample of how to do that ?.
Thanks
Ole