MY ACCOUNT  |  LOGIN

Sales: 1-888-936-8638

ORDER ONLINE >

 

  


  Windows Forms
      Products
       UI Products
   Essential Grid
   Essential Tools
   Essential Chart
   Essential Diagram
   Essential Edit
   Essential HTMLUI
   Essential Schedule
       Back Office Products
   Essential PDF
   Essential XlsIO
   Essential DocIO
   Essential Calculate
   Essential Grouping
       Add-ons
   CAB Add-on
   QTP Add-on
    Version History
    Free Trial
    Order Online
    What's New
    Development Build
    Roadmap
    System Requirements



<<Previous |  Next>>

LINQ Support

LINQ is a great way to retrieve data. LINQ lets you build intuitive query expressions in any language with optional support to transform, project, or shape data in many forms before it gets displayed.
For more information on LINQ, see http://msdn.microsoft.com/en-us/netframework/aa904594.aspx.

The Grid now supports binding to LINQ through "Pass Through Grouping" introduced in the previous section. Binding the grid with LINQ results has many advantages. The default setting of the grid retrieves all records from the bound datasource. This could become a serious overhead when dealing with large datasources. To override this setting, the grid is bound to the LINQ query results instead of the datasource. Then data from the datasource is retrieved on-demand when s user requests it(by expand and collapse of groups).

Grid

LINQ Query Result-Illustrated


<<Previous |  Next>>

© 2001-2009 Copyright Syncfusion Inc. All rights reserved.  |  Privacy Policy  |  Contact  |  Sitemap  |