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
90
LINQ to SQL in UltraWinGrid
posted

Hi,

I'm using a LINQ to SQL Object in an UltraWinGrid as DataSource. Almost everything works fine but there is one problem:

If You add a new line to the LINQ Object or if You remove an existing line  from the LINQ object by code (not in the grid itself), the grid doesn't react. It doesn't remove removed line and doesn't show new lines. Event setting the DataSource of the grid to nothing and back to the LINQ Object doesn't help.

If I do the same with a DataTable as DataSource it works fine.

Is there a way to solve this problem?

Thanks,

Udo