I am having this problem that I am sure many of the Forum participants have faced and solved.
When LLBL generates an entity for a table, it uses a Nullable type for a column that allows NULL. When binding a combobox (Microsoft or 3rd party like Telerik) to an Entity's nullable property, I get a runtime exception when the property has a NULL value.
Is there a way to address this issue?