Browse By Tags

  • Merge Silverlight XamComboEditor with Wpf.XamComboEditor

    The idea is to merge the functionality like filtering user input from the silverlight XamComboEditor with the one from the Wpf-NameSpace.

    So that there is one control which works out of the box as a standalone usercontrol as well as inside the XamDataGrid…

  • Hide xamgrid columns at runtime using mvvm pattern

    HI all,

    I am using infragistics xamgrid with few predefined textcoumns. I have a button in the same screen when I click on the button I need to hide 2 columns in the xamgrid. I want to do it through it's viewmodel class

    Can any one please provide…

  • fixed row for xamgrid

    Hi,

    How can I have the first row in a grid fixed. In other words its should not scroll out of view.And its not a summary row.

     

    Thanks,

  • XamGrid combobox column

    Hi all,

     

    I want to implement the following:

     

    Show xamGrid control with one custom combobox column;

    This column will contain custom control - a drop-down containing different xamGrid in drop-down menu

     

    The code is throwing exception:

    Value does…

  • ImageColumn Problem

    Hello.

    When we are using many ImageColumns (10 or more columns) for a XamGrid then the Scrolling is going very slow. Is there any way to improve the scrolling for this situation?

  • refreshing xamGrid template column data based on other field.

    Normal 0 false false false EN-IN X-NONE X-NONE …

  • XamGrid

    Hi,

    I am using xamGrid i have created column throught ColumnLayoutAssigned  event 

    like,

     CellTemp.Append("DataTemplate>");

     CellTemp.Append("xmlns='http://schemas.microsoft.com/winfx/2006/xaml/presentation' ");

     CellTemp…

  • xamGrid hierarchical data : sorting and style

    Hello,

     

    I'd like to show hierarchical data ( such as in sample https://www.infragistics.com/samples/silverlight#/grid/hierarchical-financial-data ). I'd also like to sort data.

     

    1. The problem is that after pressing sort button ( all rows are…

  • Set XamGrid Columns to default if PersistenceManager.Load fails

    Hi,

    When we're developing we're constantly changing column names and keys in the XamGrid.   If these columns or keys do not match the saved preferences, we get a blank grid.

    I'm able to detect there has been an error by looking at the eventargs…

  • ColumnLayout.HeaderStyle

    I would like to change the background of column layout header. Please look at the xaml code below:

    <ig:XamGrid x:Name="xamGridBehaviorList" AutoGenerateColumns="False" >

               <ig:XamGrid.Columns>

                    <ig:TextColumn…

  • How to get Filtered data from XAMGrid

    HI ,         

    I am using xamgrid 10.3 in my current project. And I am binding itemsource with our custom collection of object. we have some custom summary report at the top of the same page.  We want to update those summary reports after user filter data in the…

  • GetCellContent

    Hi,

    Sorry if this question seems relatively simple, but I am new to silverlight, and even newer to Infragistics.

    In the standard Silverlight Datagrid, if I were to make a column that was nothing but buttons, I would set it up as a template, with a button…

  • XamGrid ColumnMovingSettings in Style

    Hi,

    I'm building an application and i have more than 230 XamGrids in it. All of then must have the same layout, so i built an style for it. The problem is: all XamGrids need to be movable, so how can I do it in Style or any other generic way? Will I…

  • Grid not loaded properly

    Hi

     

    I am experiencing something strange:

     

    When using silverlight toolkit tab control, with IG WebGrid on one of the tabs, its place remains blank when page is loaded;

    Just to be sure that I am not making any mistake, I did this:

    On the same page…

  • IsReadOnly bindable?

    I try to use the IsReadOnly property via binding, but the cell remains editable.

    I've got something like this:

    <ig:TextColumn Key="MyModel.Value1" IsReadOnly="{Binding Path=MyModel.Enabled1}">

    Where Enabled1 is a property…

  • Exception in Grid while Grouping

    I am using the grid and I have a number of unbound columns...

    This only happens while the grid has grouping enabled, when I change a value of a cell it throws this error....

    I can give more information if needed, I am going to try to throw together a…

  • Dynamic Columns Question

    Hi There,

    Firstly I would like to apologise if this has already been asked and answered, but i have spent a couple of hours cruising through the forums looking for an answer to my question.

    My problem is that I have a collection of entities, which are…

  • Building a heatmap with XAML Grids

     The grid is one of the most useful controls for visualizing structured data. It gives you the opportunity to display and style your data according to your needs. There are numerous features that can help you customize it and provide best possible user…

  • Using Infragistics Resource Washer in WPF Applications

    NetAdvantage 2011 Vol.2 is a wonderful product that makes life easier for programmers. One of the most interesting features for XAML platforms in this release is the Resource Washer.

    Infragistics Resource Washer is a XAML cross-platform component, that…

  • Touch Gesture Support for XAML NetAdvantage controls

    It has been a clear trend over the past years to move a big deal of interaction with applications from the usual desktop experience to touch-enabled versions – easily portable and compact tablets, comfortable touch displays and a whole army of mobile…

  • Getting Started with NetAdvantage Silverlight and WPF: Adding Sample Data

    As we go through the various most-excellent controls in our Silverlight and WPF versions of NetAdvantage, we will be creating diverse sample projects with many different scenarios of sample data. To expedite the creation of sample data, I will be creating…