9 Answers, 1 is accepted
How the collection is changed in your case? Can you try also our latest version (Q2 SP1) instead and let us know about the result in your case?
Kind regards,
Vlad
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
collection.Remove(obj); |
collection.Insert(obj, index); |
You can download the Q2 SP1 from Your Account->Downloads->RadControls for Silverlight.
Please let me know if you have other questions.
Greetings,
Hristo
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
I have another refreshing problem:
-GridVieColumns: Name, Date
-sorted by DateTimeColumn -> works fine
-adding/deleting items from list -> works fine
-changing the Date in another DetailsView -> works fine -> Grid updates value ok
-> but the Grid doesn't "re-sort" by the new date!
May-be you got a solution!?!?
Thanks
Kind regards,
Maya
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
I did not mean the RowDetailsView, I have another view on my form.
<window> |
<dockpanel> |
<radgridview dock.left > |
<columns>...<columns/> |
<radgridview/> |
<MyDetailsView binding=current/> |
... |
Maya
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
sounds good but when I try that I sometimes - and I really mean sometimes - an OpenAccess Exception:(German)
System.AccessViolationException: Es wurde versucht, im geschützten Speicher zu lesen oder zu schreiben. Dies ist häufig ein Hinweis darauf, dass anderer Speicher beschädigt ist.
bei Telerik.OpenAccess.RT.Adonet2Generic.Impl.ConnectionImp.commit()
bei OpenAccessRuntime.Relational.conn.LoggingConnection.commit()
bei OpenAccessRuntime.Relational.conn.PooledConnection.commit()
What happens inside the commit-method?
which database and driver are you using? Does it happen in the Visual Studio, while debugging or when running alone? Which other assemblies are involved?
What I know about this issue is, that it basically says: Hey, I found a corrupted heap page when trying to allocate memory. The point of detection is not the point of corruption! Also, this happens in unmanaged heap areas, so managed code is not guilty... And OpenAccess is not using unmanaged heap at all (we don't have unmanaged code). It could be the database driver (ADO driver) that is causing such trouble or any other component in the process that uses unmanaged heap directly. I've personally seen such exceptions before, but they are sporadic and seem to occur only when debugging inside VS. Many assemblies get loaded then.
Can you give us a list of modules that you find in the process when this exception occurs?
Sincerely yours,Thomas
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.