I used a UltrawebGrid with List(of ) and works fine if the collection cannot contains subcollections inside.
The firts time, the grid paint the rows and the childs rows very well, but is you remove a item of the collection and call a databing, the grid raise a exception.
To make the grid refresh after delete event I used this code..
Me.UltraWebGrid1.DataSource = Nothing Me.UltraWebGrid1.DataBind() Me.UltraWebGrid1.DataSource = Session("InvoiceData") Me.UltraWebGrid1.DataBind() 'this line raise a exception...
I have a full sample with the demo. You can see two webforms, when works and when didn´t works..
http://groups.google.co.cr/group/netdevdemos/web/InfragisticsCollections.zip
Thanks.
What version of the NetAdvantage for .NET toolset are you using? Are you using the latest hot fix?
If the issue isn't already resolved in the latest hot fix, then this may take more in-depth research. You already have a sample that reproduces this issue, so I suggest you submit a support request and attach your sample. A Developer Support Engineer will research this issue using your sample and will work with you to resolve it.
Thanks for your answer.
I used latest version and latest hotfix. I used VB 2008 + 3.5 and the control is Infragistics35.Web.v8.3, Version=8.3.20083.2021
Yes I sent a support request and the sample with the demostration, but I don´t receive a answer. And this bug is very important, because the applications requires this feature. Us only use collections, not dataset.
This is the case number CAS-14720-FNGGWJ. Please if you know news about the case, please tell me.
The developer that took the case is Ajay,Developer Support Engineer
You can see the demostration here.
Thanks for your help.