
high performance desktop applications, WinForms, Silverlight, 3rd party UI libraries, controls
The DataGridView is used everywhere – both in ASP.net apps as well as WinForms apps. A quick google search will reveal the scale of users affected by the slow refresh rate on the DataGridView control. How the data is … Continue reading
While this post compares the WinForms datagridview with a 3rd party (syncfusion) Grid Control for windows, the same comparison also applies to grids in the ASP.NET world.
Business Data and Grids
Business data tends to organize itself into rows and … Continue reading
The DataGridView is used everywhere – both in ASP.net apps as well as WinForms apps. A quick google search will reveal the scale of users affected by the slow refresh rate on the DataGridView control. How the data is … Continue reading
While this post compares the WinForms datagridview with a 3rd party (syncfusion) Grid Control for windows, the same comparison also applies to grids in the ASP.NET world.
Business Data and Grids
Business data tends to organize itself into rows and … Continue reading
Business Data and UI Grids
Business data tends to organize itself into rows and columns (witness the success of Lotus123, Excel and other spreadsheet software). For the .NET UI developer, the Windows DataGridView is indispensible in that it provides … Continue reading