Browse By Tags

  • TextColumn Validation - Dynamic Columns

    Hi,

    I'm building the grid dynamically 

    Like that        

    columns.Add(new TextColumn { Key = string.Format("[{0}]", key), HeaderText = key});

    My xaml Looks like:

    <ig:XamGrid Name="grid" AutoGenerateColumns="false" ItemsSource="{Binding Path…

  • Filtering on template column

    Hi,

    I am having a problem with the display of the filter menu items on some of our columns.  The situation is we have some template columns which contain dropdowns.  The key for the column is the identity field and we bind the dropdown display to a descriptive…

  • DateTimeEditor and FontDropDown in Ribbon

    Hi All !

    I need to insert some datetime and FontDropDown editor in Ribbon. 

    Both of them can be done in Infragistics Winform ribbon. Can it be done in Silverlight ?

    Can anyone help ?

  • Highlighting Selected Text

    Hi,

     

    I am having a bit of a problem with Selecting Text in a xamMaskedInput control.  When manually setting the SelectionStart and SelectionLength properties, the highlighting does not seem to work.  I can see that the selection is working because the…

  • Edit Mode Format

    I have a column with the format string set to currency. When the cell goes into edit mode it shows a total of 4 decimal places instead of 2. What is the easiest way to format the value in edit mode so that it will show only 2 decimal places? Thanks.

  • Unbound Column Exception

    I have attached a simple project recreating my scenario.

    Version : 10.2.20102.2005

    When I click into different cells back and forth I get an unhandled exception

    "Operation is not valid due to the current state of the object"

    More of the…

  • Edit State

    Is there a way for a column to ALWAYS be in an edit state.

    For instance, if I have a Unbound Column and it data template contains a CheckBox for both the itemTemplate and the editTemplate.

    In order for me to check or uncheck the checkbox, i have to…

  • CheckBox Event Handling in XAMWebGrid

    We have a XAMWebgird containing a Checkbox column in a Template Column, define in the XAM file as given below:

     

    <igGrid:TemplateColumn Key="IsSelectedForLinking" HeaderText="Selected for Linking">

    <igGrid:TemplateColumn…

  • Editing with Dictionary

    It's me and my Dictionary problems again :)

    This all relates to this thread

    Whenever I try to edit a cell I get an "Invalid binding property" error which makes me think that does it want me to have a "real" property again to enable editing?…

  • Override KeyDown events for arrow keys

    Hi,

    I would like to know if there is a way to stop the down and up arrow keys from opening the dropdown, as I would like to perform a different function when these keys are pressed and I require the dropdown to be closed.

    Thanks in advance.

  • Customizing the XAML Syntax Editor

    Customizing the XAML Syntax Editor.The XAML Syntax Editor is pretty awesome control – I mean being able to create your own code editor is one and then just customize language and coloring and… add the fact that you can split the view and be on at line 50 and 500 at the same time and making…

  • How to get started with the XAML Syntax Editor

    XAML Syntax Editor - How to get startedThe XamSyntaxEditor is one of the recent additions to the Infragistics toolset. It made an odd voyage from being announced as a CTP not  with a release, but with a service release a bit over two months ago. And now it is on route to a XAML project near…

  • XamInputs – a Cross-platform Editing Experience

    It has been a part of the company strategy to create a common experience while using our controls across all XAML platforms – something here at Infragistics we call the Unified XAML Product Strategy. Controls build on top of it are meant for rich Line…