Browse By Tags

  • Client Side Sorting and Column Moving

    All,

    I currently am using the UltraWebGrid v11.1 in a large scale application.  We recently tried to enable the client side sorting, and column moving and resizing.  We also enable the fixed header functionality which can only be done on the server.  The…

  • UltraWinGrid Data Disappears with Style Change

    Greetings, 

    I've been trying to get a column in my ultragrid to show a link, and then click to open a separate window. Unfortunately, when I added the UltraFormattedLinkLabel or when I switched the column style from DropDownList to URL and run the program…

  • Indicator or animation when changing pane position

    Hi

    How can I create an indicator or animation when changing the pane's location eg. the first pane gets moved to the last position?

  • Templating or Styling the PaneHeaderPrester when the ContentPane is held within a TabGroupPane

    Hello,

    I'm trying the get the PaneHeaderPresenter to Collapse when the ContentPane is being held within a TabGroupPane, but haven't had any luck no matter how or where I target my templates or styles.

    If anyone can point me in the right…

  • Styling Metro DockPanes

    Hi we're using the Metro Theme for our docking manager because we like the flat look to it, however the pane separators and title areas are huge and we would like to shrink those down to something more standard for a desktop application.  I've look around…

  • Styling ExpansionColumnHeader in childgrid

    I would like to have a different header style on "child" grids in the webhierarchicaldatagrid.

    I have managed to change the style of all the regular columns, but have problems with the expansion column header.

    How may I set the ExpansionColumnHeader…

  • Using ExcelStyleFilter on a TemplateDateField

    I need to use the excel style filter on a template data field.  I can see the drop down on the other columns, but I get a behaviour null on the template data field column.  Why and how can I fix this?  Also, the style is not loading.  My drop down it too…

  • ExcelStyleFilter css not working

    I have been trying to change the css for the filter and I can't get the style to work.  Her is an image of my dropdown...

  • Re: ExcelStyleFilter css not working

    I finally got the excel style filter working.  I still can't change the css.  I am looking for the css in your samples.  Where the buttons are grey.  How do I switch the style?

  • Migrate RowTemplateStyle

    Hello! I am migrating from UltraWebGrid to WebHierarchicalDataGrid, and I came across the "RowTemplateStyle" property and I can't seem to find its correspondance in the 13.2 WebHierarchicalDataGrid.

    Thanks!

  • Tooltip into cell when ultragrid column is too small

    Hello,

    First of all, sorry if my title is misleading somebody, I do not manage to find a better title to describe my problem.

    I have to change the style of a tooltip when the column of my grid is not wide enough to display the whole text.

    To be clear…

  • Styling the UltraGrid Excel like

    Hi,

    I was trying to style the UltraGrid's selection of rows, cells and columns like the way MS Excel 2013 does it. Unfortunatly this seems impossible. When activating a cell in the upper left corner and mark other cells by moving the cursor down to the…

  • Persisting Grid State

    Anyone know how I can persist all of my existing application's grid states easily?  I'm trying to use SaveAsXml then load the state at the bottom of my grid's Initialize_layout event.  However, finding a good event to save the state is proving…

  • Cell Edit Text ForeColor is White when grid has UseAppStyling... how to fix it?

    Hi,

    I have a UltraWinGrid that its using AppStyling. Everything works great except that I have a Cell that I want to Enter into edit mode in order to change its text. When I click the cell to enter into edit mode I can see the Text beign highlighted…

  • Re: Override AppStylist ActiveRow Settings

    I have a similar problem. Have a styles *.isl file and I need to change the colors of the editable cells in a grid. But I cannot do it because of a styles that are defined in *.isl file. And I don't want to turn off these styles because it will destroy…

  • UltraGrid set cell padding using appsylist

    Hi,

    Is it possible to control cell padding on UltraGrid using appstylist? I am using v12.2 controls. 

    Thank you 

  • Expanded Area in GroupByRecord

    Hi,

    How can I retemplate ExpandArea in GroupBy Record? I wato to add space between GroupBy records when they are expanded. I already set top space (space 1) by Resizing Top Border in GroupByRecordPresenter but have problem with bottom space ( space…

  • Grid row shows wrong values, scroll the row off the screen and back and it's correct

    We are tracking an issue that our clients are complaining about.  Sometimes a row in the grid shows data from another row.  Sometimes just clicking on the row will refresh the data and display the correct data.  Other times you need to scroll the row out…

  • Changing background of disabled cell in XamDataGrid

    Hi,

    I'm disabling CellValuePresenter for certain cells for which I don't want user to edit the data. Now the problem is that, Row Hover wont highlight the cell properly as it is greyed out.

    I've tried to set the background of Main Border in…

  • FilterOperandUIType == ExcelStyle Styling

    Hi,

    so in the new version (15.2) threre's finnaly an option to get Excel style filtering with filter row by setting FilterOperandUIType to ExcelStyle. The question noew is: how do I style it? With FilterUIType set to LabelIcons I can override the style…

  • How to style XamGrid selected/active row ?

    Hello,

    I styled the cells of a XamGrid to display a gradient background without any border lines using this XAML code:

    <Style x:Key="GridCellStyle" TargetType="ig:CellControl">
      <Setter Property="Background" Value="{StaticResource…

  • XDG Scrollbar Tooltip Style

    Hi!

    I have a XDG that is styled to have a dark/black background, and text that is lightly colored (white/cyan). I've been able to re-style the tool-tip for the data items on mouse-over just fine at my view's level with a style override, but it does not…

  • Set a Field's XamComboEditor ItemsProvider based on another Field's selected item

    I've got a XamDataGrid where one column (Column A) uses a XamComboEditor with a set number of choices, and an adjacent column (Column B) also using a XamComboEditor, should use a particular set of choices based on the selection in Column A.

    I'm open…

  • Metro Dark theme for xamDataGrid and Formula editor

    Hi,

    I am using XamDataGrid 13.1.  And essentially the formal editors too inside it.

    I want to make it metro dark themed. I came across this link. But it is for 12.1. While trying to use the resource file provided at the link I realized a few controls…

  • Checkbox in Recordselector

    Hi

    I'm trying to implement a "select all" functionality with checkboxes on the Header and record selector based on the example in the wpf sample browser. All seems well except the style for record selector removes the filter icon which removes…