Is it possible to determine whether a grid is using simple or advanced data binding? We have some common routines which it turns out need to do different things depending on what kind of data binding is being used.
If the RadGrid is bound to data using Simple Data Binding then it will not raise the NeedDataSource event. RadGrid Advanced Data Binding is configured using this event.