Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
210
Change the Name Displayed for the FlatDataSource
posted

Hi,

On previous versions when you used a FlatDataSource control with the OlapDataSelector the displayed name for the FlatDataSource was taken from the Name of the Type passed as argument when creating the FlatDataSource, for example in the following line: ds = New FlatDataSource(itemSource, itemSource(0).GetType, settings) the name displayed for the FlatDataSource in the OlapDataSelector would be the Name of Type of itemSource(0).

FlatDataSource

As of Infragistics 15.2 the name displayed in the OlapDataSelector is always FlatDataSource and I haven't been able to change it to something else. Is there a way to achieve the previous result? 

Regards,