Desktop grid - Threading Crash

Hi Amjad

I am facing a threading crash (attached screen shot) when I select a value from drop down. Drop down has around 27000 records. The crash is random. Could you please look into it?

Regards
Sukhminder Singh

Hi Sukhminder,

Well, I tried your scenario but could not find any issue. Following is my test code that works fine, I tried click on different drop downs and these combo boxes show values fine without generating any error:

Sample code:

Dim sheet As Worksheet = GridDesktop1.Worksheets(0)

Dim ids As ArrayList = New ArrayList

Dim names As ArrayList = New ArrayList

Dim i As Integer = 0

While i < 27000

ids.Add(i)

names.Add("items " + i.ToString)

i = i + 1

End While

sheet.Columns(0).AddComboBox(names)

We appreciate if you could create a simple project and post it here with all the details to reproduce the issue. We will check it soon.

Thank you.

Hi Sukhminder,

Thank you for considering Aspose.

We think that may be a form with multiple Aspose.Grids may cause this issue. We have fixed this issue in Aspose.Grid.Desktop v2.0.1.30 (attached). Please try it and let us know if it works fine for you.

Thank You & Best Regards,

The issues you have found earlier (filed as 10173) have been fixed in this update.


This message was posted using Notification2Forum from Downloads module by aspose.notifier.