Hi,
i had a problem with a telerik control that takes DataFieldId and DataFieldParentId properties.
Binding an entity collection to the control returns nothing and yet binding a data table works just fine.
Contacted telerik support and they said binding entity collection on their end works just fine. I did debug my side and found out that llblgen converts nulls into empty strings and telerik control does not like that. It expects a null for DataFieldParentId if the item is not a child item.
Is this the default behavior for entity collection? Why would it convert null into empty string?
And is there a setting to change this behavior if needed?
thanks
-shane