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
590
Poor Performance with xamGrid that has wide column set
posted

Hi Guys, Im trying to improve the performance of LOB silverlight app that uses the xamgrid to render the listings.

We're find two performance hurdles:

1. Rendering the grid to the UI takes approx 1 - 1.5 secs depending on screen resolution. This is really killing us with the data coming across the line in milliseconds but the grid actually taking most of the time to show the form.

2. The scrolling horizontally (and vertically but not as bad) is really clunky.

I have attached a solution that demonstrates the issue. To demo it:

1. Run the application

2. Click load data

3. select the textfile1.txt file in the project folder and click ok

This loads up a record set of 150 records and puts it into the grids itemsource.

Just wanting to get some advice on what we can do to improve performance?

Thanks

SLListingTest.rar