Browse By Tags

  • Custom Theme or Custom Style-Sheet

    Hi everyone,

    we want to create a custom theme or custom style-sheet for our Angular App.

    Is there some kind of editor where we can define how the Infragistics-Controlls should look?

    If not, what is the best way to create a custom theme or to style all…

  • Styling XamDataGrid by extending an existing control theme

    Hi, I want to use one of your themes (RoyalDark) in my solution, but I want to do some minor modification to the theme, such as colors.

    I've tried the Resource Washer, but that adds color to way too many elements and does not look good.

    I've tried…

  • WebDataGrid Style not applied at all - simple project

    I added a webdatagrid to a .NET 3.5 Web Application.  Set the StyleSetName=RedPlanet, then added code in the codebehind page_load to create a datatable, add three columns and three rows.  Then set datasource = datatable, and call Databind().

    When I ran…

  • Fixed line height on a fixed height WebDataGrid

    I have two webdatagrids.  One grid updates another with the drag and drop functionality.  The number of rows in either grid are subject to change from 0 to 100 or more.  For appearances, I have the grids set to a fixed height and when either load up a scrollbar…

  • Change Text Color in Summary Row only

    I am trying to set the Background and Text color of the Summary row for the grid.

    I am using this Style

    <Style TargetType="ig:CellControl" x:Key="SummaryRowStyle">
    <Setter Property="Background" Value="#FF6693CF"…
  • ConditionalFormattingCellControl for StyleScope.Row has an issue

    Hi,

    I have looked at many different posts related to the same issue and nobody really resolved it in the way it would help in my situation. To show my problem I have modified SilverlightApplication209 from another post (which was showing how to changed…

  • XamGrid Style

    I have the following Style for my XamGrid.

    The only thing I can't figure out is the last row in the grid does not have a horizontal border on the bottom side, refer to image. Any ideas where I went wrong?

     

     

    Here is the code:

    <Style x:Key="GridCellStyle…
  • 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…

  • Sort/Page/Selection Style in App.xaml?

    I'd like to clean up my XAML files, but I can't seem to get the styling right for the XamWebGrid.  How would you apply the SortingSettings, PagingSettings, and SelectionSettings with all of those properties defined in the App.xaml file?  I am getting…

  • rounded corners?

    Hi, Is there a way of customizing borders for the xamOutlookBar so it has rounded corners?

    I want it to have really rounded corners so it matches the rest of my design. I managed to change the color of it with:

    <

     

     

     

    LinearGradientBr…

  • Expand / Collapse Button

    I am trying to trap the click event for the expand/collapse button on the XamOutlookBar....

    Basically what I want to happen is when its clicked, I want to expand it to a default size.

    Trapping the Expanding or Expanded event doesn't solve the issue since…

  • Initial Width

    I have a XamOutlookBar where I want to set the initial width.
    Also I have a splitter, where it would resize the columns and I want the ability
    for the XamOutlookBar to be resized based on the splitter control.

    Basically I have something like:

     

    <Grid…

  • How can I change the color of an mdiTab that already has a style assigned to it?

    I want to make the color of  a tab change on a certain event. The ISL file for the project contains the following:

    <styleLibrary>
      <styleSets defaultStyleSet="Default">
        <styleSet name="Default" viewStyle="Standard">…

  • Styling column headers

    Again, I've spent way too long trying to figure this out.  Using XamDataPresenter with a grid view:

     

    1. How do I style the area behind the column labels?  Inside the DataRecordPresenter for the column header row, there's a card panel containing a grid…