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
210
Ultrawebgrid bind causes the sql to be run 4 times
posted

Hi,

I am using Linq to SQL and I have done some tests using the linq logging tools.  When I loop around my object or bind the results to an asp.net gridview, the log file shows the sql was run once.  When I bind to the infragistics UltraWebGrid, the log file shows the sql has been run 4 times.

Is this a known issue, and is there any way i can stop this?