Group: StrataFrame Developers
Posts: 6.6K,
Visits: 7K
|
This is proper behavior. If you have NULL fields you have to address them. You can do this a number of different ways. You can use the NULL options in the field customization within the BO Mapper or you can populate the column in the ListView using the PopulatedThroughEvent and handle the column population within the RowPopulating event. You can then test on the NULL value and provide whatever value you would like for a NULL value.
|