RadDiagram throws a NullReferenceException when you use the ConnectionDataSource property to data bind its connections to an SqlDataSource
When you use the ConnectionDataSource of RadDiagram to data bind an SqlDataSource to its connections, a NullReferenceException is thrown.
You can avoid this issue by using ConnectionDataSourceId instead.