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
305
Ultra Combo throwing Destination Array was not enough long error.
posted

Hi Team,

This is regarding UltraCombo Control (Under Namespace - Infragistics.Win.UltraWinGrid, version 13.1)

Scenario :

The ultracombo control is subscribed to dynamic data updates on the fly.

consider the control is initialized with 1500 count on the screen, after sometime say service send some updates with 700 count. The Subscribed event say ListChange() is called where the control's datasource is assigned again.

say,

ultracombo1.DataSource = NewUpdateDataList;

Now if user try to type and search for some records at some cases it throws exception. 

Below exception is given :

Requesting the team to shed some light why its working in a weird way.

Please help me understanding what are the possible causes for this issue.

Thanks,

Pratik