Browse By Tags

  • In XamDataGrid Accessing the Filter operands list (eg. Equals, Not Equals etc.) as well as the filter options are not accessible by keyboard because they don't get focused.

    In the attached datagrid, the columns can be filtered by Operators(greater than, equal to) using mouse clicks. However, keyboard accessibility is currently restricted, As the filter by operands tabs are non-focusable. Consequently, users relying on screen…

  • XamDataGrid ComboBoxField input to uppercase

    Hi,

    I have a XamDataGrid with a ComboBoxField that is editable. I would like to force all characters to be upper case when the user is typing.

    I managed it for TextField using a style with 'CharacterCasing'.

    Here is my XamDataGrid XAML:

    <igDP…

  • 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…

  • XamDataGrid Broken Child Band's Indentation On All Unselected Tabs

    Hello,

    I am using XamDataGrid inside XamDockManager's DockManagerPanel, I've setup it in a way that there are two Tabs available for User.

    Both grids which are shown on the image are identical from the code and style perspective.

    Issue is that for…

  • XamDataGrid with children objects, but just one header

    Hi,

    is it possible (and if yes, how?) to create an xamdatagrid that looks like this? Or should i use something else instead of xamdatagrid?

    I also would like the parent records to be collapsible. And AutoGenerateFields should be false.

    Parent class has…

  • Using a converter in a SummaryDefinition

    I have a SummaryDefinition that is the sum of decimals. I need it to display in parentheses if a property (not in the XamDataGrid) has a specific value. A FormatString can't help because the sum always has the same sign. I was hoping to use a converter…

  • WPF - Xamdatagrid - Custom Filter Selection not kept

    When using xamdatagrid with recordfiltering and as FilterUIType LabelIcons.

    When I do a custom filter and select as operator contains, as operand something.

    Press ok.

    Reopen the custom filter, the operator has switched from contains to equals (first is…

  • How can i add an SelectedRow event to my XamDataGrid?

    When i click on a row in my XamDataGrid i want to get access to the properites of my object which are bound to this specific row. How can i do this?

  • How to filter in additional rows in datagrid

    Hi support team,

     On the XamDataGrid in the attached sample application I don't know how to filter in additional rows that don't match the comparison filter.

     The grid shows a flat list of a tree item hierarchy in behind. The expected behavior on…

  • How to set Scroll Viewer Styling in Floating Content Pane?

    Hi,

    In my application i am using xamDockManager, where there a content pane which can float. Once we drag and make it Floating window, it's scroll bar color changes to default grey color, We want to change this default grey color to NavyBlue.

    As suggesred…

  • How To Create Dynamic Hyperlink Based On Specific Cell Value?

    I have a XamDataGrid in which there is a Column COUNT to which the values are assigned dynamically.

    What i want is if the column cell value is 2 then convert it to hyperlink with text CLICK and if the cell value is 1 then it should remain as it is(no hyperlink…

  • Custom Sort GroupBy

    I want to groupby a header field. The problem is this field includes an index which is what it needs to sort by, and while everything works when the numbers remain below 10, once it crosses this threshhold it goes in the order of 1, 10, 11, 12, 2, 3, 

  • How to trigger combo box field selection changed event in xamdatagrid and set value to combo box field based on another selected item from different combo box.

    I have a xamdatagrid. I have added 2 combo box fields in xamdatagrid.

    The item source for 2nd combo box should be set based on 1st combo box selection.

    In the below example, I need to show books based on branch selection from branch combo box field…

  • How to show xamdatagird in ComboBoxField

    Hello,

    I need to show multiple columns in ComboBoxField. For that I am trying to set datatemplate for comboBoxField.

    <ig:ComboBoxField>

              <ig:Field.Settings>

                     ------------------------

                     <DataTemplate>

                               "How…

  • UseFieldEditor FilterOperandUIType with null values

    Hello all!

    I am trying to utilitize the neat UseFieldEditor option on a XamDataGrid to filter my values, which are of type `int?`

    Unfortunately, it seems hard to enter "null" in, because if you start to type in the editor and leave it blank, it automatically…

  • Allow empty Fields to show edges or allow specifying the edges for the whole table.

    One cannot directly specify the appearance of edges, between fields, within the XamDataGrid.  One can set how the edges of any Field, which contains data, is displayed.  However if the table contains two lines of fields per row of data then it is possible…

  • Styling each level of a multiband XamDataGrid

    I have a Multi Band XamDataGrid. I need to be able to change the background color and font of each level on it own but in the code (backend) and not in the XAML file. How would that be possible?

  • xamdatagrid to datatable

    Is it possible to convert a xamdatagrid to a datatable?

    I have a customized export function that only accepts the type DataTable, however I field my data in a XamDataGrid. Is it possible to do this conversion?

  • Allow Record Filtering

    So I have the following XamDataGrid

    I need to remove the Aa and funnel icons of the filter and this part bit I need it to be transparent.

    Plus is it possible for the filter to be text box instead of combo for it to be just text.

  • Adding Vertical and Horizontal ScrollBar to a XamDataGrid

    I have a XamDataGrid whose width and height adjust automatically according to the filled information. However, the XamDataGrid itself is part of a fixed sized grid. In some cases, the last column or row are being cut out. So I need for the XamDataGrid to…

  • Accessing each cell of a multi-row XamDataGrid

    Good Morning 

    So I have the following multi-row XamDataGrid. Each Column is an attribute of an external database table. What I need to do is access each cell and extract it in string form in order to save it to the data base. How can I do so?

  • Adding a new line of records in a XamDataGrid

    Good morning 

    So I have the following XamDataGrid

    What I need to do is check if all the cells in the first row are not empty, a new second row will appear beneath the first row so that when I want to save multiple rows to the database it would be possible…

  • Binding two different ComboBoxFields in a XamDataGrid

    Good morning

    So I have the following XamDataGrid

    Each Combo contains a list of names and nicknames. what I need to do is when I select the nickname, the name gets selected automatically, and vise versa. So the selection of one needs to be attached…

  • XamDataGrid - where is it?

    Hi Folks, this might be dumb question...

    I have Ultimate UI for WPF - I can't find XamDataGrid anywhere. Which namespace should I look in? Is it included in my product (UI for WPF)?

    Thanks

    Michael