Dapfor has been established in 2007 by professionals with extensive experience in financial field, specifically in development of high-performance trading systems.

Developers of trading systems often face lack of the key element of such systems – a high performance grid. Optimization of existing solutions yields unsatisfactory results in terms of both performance and API. Dapfor has been established to fill this gap. It specializes on development of real-time thread-safe grids. Dapfor components have been created on the basis of deep practical experience of using such components in trading systems. Today Dapfor is a definite leader at the market of such components.

Dapfor Wpf GridControl is a high-performance thread-safe control for displaying table data in high-performance applications. It supports displaying both single header data (like Windows Explorer) and hierarchies with multiple independent headers preserving the same data structure for both presentations.

Wpf GridControl was initially developed for use in high-performance financial applications. GridControl architecture has many convenient features that are commonly use in financial applications (e.g. cell blinking with specified color for a specified time interval or binding to data sources running in non-GUI threads). Most Wpf GridControl functions are inherited from its predecessor, .Net Grid, that was developed for WinForms technology.

It provides developers with a simple and intuitive API so that they can focus on developing application business logic easily expanding its functionality as desired. Broad usage of data binding and data templates enables creation of high-quality applications with various styles and controls that give only positive impressions to end users.

Control performance is a special issue. Wpf GridControl is the best performing component in the market. It is capable of processing huge data volumes with lowest possible CPU and memory utilization. For example, a grid of 5000 rows can process over 20000 data updates per second with simultaneous blinking with average processor load not exceeding 20%

welcome

Here are some reasons why one should choose Dapfor Wpf GridControl

  • High performance and lowest memory and resource consumption. See also Detailed description of grid performance. Demo application can be downloaded here.
  • Supports almost any data sources. Supports both connecting to sources like IBindingList or ICollection and adding data objects with GridControl.Rows.Add(Object) and Row..::..Add(Object) methods.
  • Support of simultaneous usage of objects of different types and simultaneous connection to multiple data sources.
  • Support of data source connection on any hierarchy level. For example:
     Copy imageCopy
    Row row = grid.Rows[3]; 
    row.ItemsSource = _my_source_;
  • Using declarative data binding that greatly simplifies application structure.
  • Integrated tools for financial application development. (Cell blinking for specified time interval)
     Copy imageCopy
    Row row = grid.Rows[3];
    row["Price"].Blink(TimeSpan.FromSeconds(1), Brushes.Red);
  • Simple building of any hierarchy.
  • Data grouping, filtering and multiple sorting and any combination of these features. Usage of these features with static data and with real time data dynamically changing in any thread.
  • Thread safety. The grid receives notifications from data objects and systematically synchronizes calls with the main thread.
  • Full support of data templates and data selectors. Displaying any controls in grid cells.
  • Usage of various styles and themes. Easy redefinition of styles and themes.
  • Application deployment requires only one Dapfor.Wpf.dll assembly with size not exceeding 1 Mb.

For more details on grid features see section Features. Sections Introduction and Wpf Grid tutorials contain grid description, concept and many usage examples.

Dapfor provides free support for all products and will be glad to receive any feedback or suggestions that will help to improve existing and future products. Dapfor doesn’t charge royalty fees for use of its components in applications. Let’s create the best applications together!