Browse By Tags

  • Fetching dynamic data collection

    We have a scenario where we will have to execute stored procedures and display the data on xamgrid. Some of the stored procedure return upto 50K records and therefore we would like to display them using virtual collection. However, we also have a scenario…

  • XamGrid crashes when grouping by any column

    Hello,

     

    I use XamGrid with ItemsSource property bounded on VirtualCollection. ( v11.2 )

    VirtualCollection contains EF Enitites.

    XamGrid has pager on bottom, grouping bar on top and filtering in first row.

    Used ItemDataRequest event calls RIA service…

  • VirtualCollection Error When Paging

    I have a SL project.  I am using RIA service as my data layer.  I have a service class that makes the RIA service calls.  My view model contains the following methods below.  The grid loads fine on the initial load. Once I page, my 'LOESummmary_LoadCompleted…

  • Re: Fetching dynamic data collection

    Hi,

    I got what you are trying to achieve now. It looks like that this is a bug. FontWeight isn't applied when the ConditionalFormatRule is Row. I have created a support case on your behalf - its id is CAS-64389-R40TGY.

    EDIT: The the development…

  • XamGrid Grouping & VirtualCollection

     

    Hello.

    I want to use server-side paging.

     

     I have a XamGrid bounded on VirtualCollection<>.

     

    I used ItemDataRequested event. When it fires, I get data from RIA service async.

    As a parameters sent to service i use

    (int startIndex, int itemsCount…

  • On Demand Data Loading in XamGrid and XamDataTree

     Loading data on demand is typical of applications that use hierarchical data. The article “On Demand Data Loading in XamTree” demonstrated an application using Infragistics XamTree. This article shows how they could benefit from hierarchical…

  • Building the oMovies Browser: Netflix oData using Infragistics NetAdvantage Silverlight Controls

    oMovies Browser

    The oMovies Browser is a small project demonstrating how to interface with the Netflix oData catalog using Infragistics Silverlight controls. The oMovies project makes use of the xamGrid, xamSlider and Infragistics Virtual Collection