﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » StrataFrame Application Framework - V1 » WinForms (How do I?)  » DevExpress grid data loading speed</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Thu, 17 Sep 2026 18:56:50 GMT</lastBuildDate><ttl>20</ttl><item><title>DevExpress grid data loading speed</title><link>http://forum.strataframe.net/FindPost9113.aspx</link><description>Hi,&lt;/P&gt;&lt;P&gt;I seem to remember&amp;nbsp;a comment on the forum regarding DevExpress grid data load speed being a bit on the slow side. Hopefully the speed I'm seeing isn't typical of a DevExpress grid and we have a problem somewhere.&lt;/P&gt;&lt;P&gt;I have a single grid on a form that shows all 600 records in a table. The data source is a stored procedure which, if I run in Query Analyser returns all rows immediately. However, in the grid, I see a page full of rows as soon as the grid displays and the record count is 1 of 600 but then I get a wait cursor for 40 seconds. I have no idea what's going on in that 40 seconds but could it be that DevExpress is simply loading its data table?&lt;/P&gt;&lt;P&gt;Cheers, Peter</description><pubDate>Tue, 29 May 2007 08:53:31 GMT</pubDate><dc:creator>Peter Jones</dc:creator></item><item><title>RE: DevExpress grid data loading speed</title><link>http://forum.strataframe.net/FindPost9140.aspx</link><description>Chan, If you are trying to show 30,000 records in the grid using a business object and the BusinessBindingSource, you might try to set the business object's .CurrentView or .CurrentDataTable (which will actually set the .CurrentView ;) using the IListSource interface...) as the DataSource for the grid and see if the performance improves.</description><pubDate>Tue, 29 May 2007 08:53:31 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item><item><title>RE: DevExpress grid data loading speed</title><link>http://forum.strataframe.net/FindPost9126.aspx</link><description>LOL :D ...that'll do it every time!&amp;nbsp; Glad you found your problem.</description><pubDate>Mon, 28 May 2007 18:09:26 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: DevExpress grid data loading speed</title><link>http://forum.strataframe.net/FindPost9123.aspx</link><description>Hi Guys,&lt;/P&gt;&lt;P&gt;Thanks for the feedback - my mistake - I had left a piece of debug code in our DAL wrapper and the FillByStoredProc was executed 100 times on each (Win) form load so the speed is, in actual fact, quite good.&lt;/P&gt;&lt;P&gt;Cheers, Peter</description><pubDate>Mon, 28 May 2007 16:50:08 GMT</pubDate><dc:creator>Peter Jones</dc:creator></item><item><title>RE: DevExpress grid data loading speed</title><link>http://forum.strataframe.net/FindPost9120.aspx</link><description>Hi,&lt;/P&gt;&lt;P&gt;I tried to load/show 10,000 records with 20 columns to DevExpress XtraGrid. It takes me 4 secs. However, if I load 30,000 records it would slow down to 1 min 7 secs.&lt;/P&gt;&lt;P&gt;Is it consider slow compare to Infragistic or other grid?&lt;/P&gt;&lt;P&gt;Please advice.&lt;/P&gt;&lt;P&gt;Thank you</description><pubDate>Mon, 28 May 2007 12:01:25 GMT</pubDate><dc:creator>Chan</dc:creator></item><item><title>RE: DevExpress grid data loading speed</title><link>http://forum.strataframe.net/FindPost9117.aspx</link><description>We no longer use DevExpress grid and use the Infragistics grid which has been extremely fast.&amp;nbsp; It is possible that the grid is slowing you down here, but 40 seconds seems like a long time.&amp;nbsp; I would try using a regular .NET DataGridView to see if the speed problem persists, if not, then I think you have your answer.&lt;/P&gt;&lt;P&gt;One really good tool to find out where speed issues exist within your application is the Ants Profiler (&lt;A href="http://www.red-gate.com/products/ants_profiler/index.htm"&gt;http://www.red-gate.com/products/ants_profiler/index.htm&lt;/A&gt;) which will give you an exact break down of where the speed issues exist within your code...this is VERY helpful when trying to figure this type of thing out.</description><pubDate>Mon, 28 May 2007 09:51:00 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item></channel></rss>