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
300
Remapping DataSource
posted

I have 2 DataSources, each of them have some different columns in output results and some identical columns.

I try to bing UltraGrid to DataSources:

if(isRegistrator)

   GVOrdersInput.DataSource = viewFirstBindingSource;

else

   GVOrdersInput.DataSource = viewSecondBindingSource;

I received an exception "Key already exist" and thats all... How I can bind my UltraGrid to 2 datasources &

 

Parents
No Data
Reply Children
No Data