I am using LLBLGenPro 2.5 (Adapter) with VS 2005 and Infragisitics UltraWebGrid.
I am using a typedlist to gather information from many different tables and want to display it in a grid. Everything is working correctly except when there is a NULL value for a field which holds an optional foreign key the datarow will not be loaded into the DataSource (i think it is only with foreign key fields). Is there a way around this or some way to check for NULL values when the datasource is instantiated?