Browse By Tags

  • Use of ComboBoxField throws exception

    Hi there

    When we use a ComboBoxField in a XamDataGrid, it throws an exception, when a user closes a window and I'm stuck with finding the issue.

    Can you please have a look and let me know how to fix it? Or where to start at least?

    StackTrace:

    2022-11-09…

  • how to scale the size of a datagrid / datapresenter cell

    I have a DataPresenter and it is bound to a table.  

    When I apply a scale transform to al the cells, I would like the cells in the dataPresenter to shrink or expand as expected.

    Suggestions?

    thanks!

  • Remove Group level Summary Row in XamDataGrid.

    Hi Team,

    I'm using Infragistics 20.2.16 version to develop applicaton in WPF. I have nested grouping in XamDataGrid but I want to show the Grand level summaryrow but not each group level summary row. But I need the summary row at grouping level row.…

  • Remove HeaderPrefix Blank Area in WPF XamDataGrid.

    Hi Team,

    I am using WPF Infragistics 20.1.16. Could you please suggest how to remove the black area(yellow highlighted) before fieldchooser in XamDataGrid.

    Problem is on adding more level of grouping this area increased and alignment get distorted.

  • Remove HeaderPrefix Blank Area in WPF XamDataGrid.

    Hi Team,

    I am using WPF Infragistics 20.1.16. Could you please suggest how to remove the black area(yellow highlighed) before fieldchooser in XamDataGrid.

    Problem is on adding more level of grouping this area increased and alligment get distrored.

  • Potential Bug Very Irritating Sample Attached

    Seems to be a bug in several controls including the XamDataGrid, XamDataTree and XamOrgChart.

    This bug shows up only in the Expression Blend (4) designer and can become cumbersome.

    If one of the above mentioned controls (controls I have tested) are grouped…

  • FilterOperatorDropDownItems

    Hi,

    How can i change the

    FilterOperatorDropDownItems

    to other language??

    Ex:

       instead of "Equals = " i want change it to hebrew: "שווה = "

       instead of "Start With Aa " i want change it to hebrew: "מתחיל ב Aa"

    TX

  • Hyper link on Summaries

    Hi,

    How can we add an hyperlink on the summaries. Hyperlink on cells are acheived using CellValuePresenter, but that property doesn't seem to be available for summary cells. How can we add an hyperlink on the summary?

    Thanks, Naveen

  • How do i access to GroupBy value, Value on which my xamDataGrid is grouped?

    Here is the scenario

    I have a xamDataGrid where i want the records shown in heirarchy. I want to add a button for clear all and select all on each group level. and on button click event i bind the button datacontext with DataPresenter.ActiveRecord, but…

  • XamDataGrid crashes on Infragistics.Windows.DataPresenter.ViewableRecordCollection.GetItem(Int32 index) with ArgumentOutOfRangeException

    Hi,

     

    I am running into a serious problem with XamDataGrid causing the application to crash. I am showing XamDataGrid as a popup on a ComboBox dropdown. This exception  Exception details are :

    System.ArgumentOutOfRangeException occurred
      Message=Specified…

  • "Column'ed" groups in XamDataGrid

    I'm creating an application in C# using WPF and the Infragistics XamDataGrid control. The data that I want to display is recursive and I therefore want to group these.

    Due to the recursive structure of my data I want to show the grid colums/cells…

  • xamdatagrid column move sync

    I am a have xamdatagrid with parent and child grids. When you move a column to a different location, how do you sync that up with the child grid, so that the child grid column is moved as well.

  • FieldChooser and Filter Style

    Hello,

    I'm using the style from folder 'DefaultStyles', and the MyThemePack that i found here. How can i change the the Background behind Filter? And How can i change the color of FieldChoser items (from Orange to Blue).

    Thank you.

  • Adding a new row omits the collection field

    When adding a new datarow all fields of simple types are shown and can be given a value to be inserted.

    1) However if I have a field of type List<int>, I can't even see that field shown on the grid. Since its within the plus sign underneath the row.…

  • Multi-Cell Editing with the XamDataGrid

    Have you ever had the need to edit multiple cells with the same value?  Well if you have, then this post is for you.  I was cruising through the Infragistics forums today and saw a question about implementing multi-cell editing in the XamDataGrid.  It was…

  • An MVVM Friendly Property for the XamDataPresenter DoubleClick Event

    If you are building a WPF application, chances are you are using the MVVM pattern.  If you are using the MVVM pattern, I am sure you have discovered certain scenarios that become difficult to accomplish in a ViewModel when trying to respond to something…

  • XamDataGrid Cell Adorner Framework

    Quite some time ago, Josh Smith wrote a post on how to adorn the cells of the XamDataGrid.  I like the concept, but wanted a better implementation that didn’t rely on events or initializing controls in the code behind.  So this led me to write a simple…

  • Styling fixed record background stopped working in 11.1.2193, 11.2.2076

    In our application we have filter rows colored the same way as the main grid background. The following resource definition used to do the trick:

    <

     

     

    SolidColorBrush x:Key="{ComponentResourceKey {x:Type igDP:XamDataGrid}, FixedRe…

  • Mouse Double Click in XAMDatagrid row does not invoke trigger

    Hello,

    I have put together a small sample regarding the issues with Double Click event on XAMDataGrid

    TestCommand is not invoked when XAMDataGrid row is double clicked.

    Please feel free to post working sample 

    Thank you very much in advanced

     

  • Excel export from collection

    I want to use the ExcelExporter functionality to export the data contained in a infragistics WPF data grid to excel. My application makes use of the MVVM pattern such that my viewModel class does not know about the view and its user controls. It seems…

  • Make a Label/Column Unselectable

    Hi,

    I want a label/column which can't be selected by the user, so, that user cant select a wrong value/column.

    Thanks,

    VJ

  • Multi Header

    Would it be possible to do something like this using XamDataPresenter or XamDataGrid http://www.codeproject.com/KB/silverlight/MultipleHeaderSLGrid/FinalResult.PNG

  • How to determine when a record has been loaded

    We're using the XamDataGrid with 'LoadOnDemand'.  We have a couple of custom ICondition classes that check to see whether a record has errors or not.  For example, we have a RecordHasErrorsCondition that checks to see if either the parent record…

  • pseudo hyperlink in XamDataPresenter

    I store the name of the document in the a field in the database but I actually store the document in the filesystem.  Is there a way to make a column that displays the icon of the type of file (i.e. PDF, DOC, DOCX) and when the user clicks on the icon…

  • Changing the XamDataPresenter's View at Runtime

    The XamDataPresenter is a look-less control and has the ability to display multiple views. The two views that it currently ships with are a GridView and a CarouselView. Essentially, with the underlying model that provides things such as hierarchical databinding…