Infragistics Home

Infragistics Forums

Infragistics community online discussions.
Welcome to Infragistics Forums Sign in | FAQ
in Search

Browse by Tags

All Tags » style (RSS)
  • Set the grid's width using a css class

    Right I'm setting the width of the grid using the property UltraWebgrid.Width, which seems to be the same as the UltraWebgrid.DisplayLayout.FrameStyle.Widht. I want to set the width in my css, and then set UltraWebgrid.DisplayLayout.FrameStyle.CssClass to a class located in the css. I did that and...
    Posted to Forum by oscarmorasu on 07-30-2008
  • Controlling text wrap through a css class - is it possible?

    Hello, So far the only way I've found to enable or disable text wrap is using the GridItemStyle.Wrap property. Is there a way to enable or disable it using a css class in my css file and then setting the GridItemStyle.CssClass to that class? Thanks.
    Posted to Forum by oscarmorasu on 07-30-2008
  • Grid with borders around the cells, not the pager.

    Hello, I want to apply a style to my grid so that there's a border around the header and the cells, but not around the pager. Look at the attachment for more specific details. Is there a way to achieve that behavior? Thanks.
    Posted to Forum by oscarmorasu on 07-28-2008
  • Re: HeaderStyleDefault.CssClass not working when TemplatedColumn is present.

    Thanks for the answer Rumen. Unfortunatelly that solution doesn't seem to work. Using my sample project, please define two columns, one templated and one not templated: < igtbl : TemplatedColumn BaseColumnName ="Name" IsBound ="True" Key ="Name"> < HeaderTemplate...
    Posted to Forum by oscarmorasu on 07-15-2008
  • Is it possible to specify a StyleSet on an UltraTreeNode?

    Hi I have an UltraTree which displays some data. I want to change the BackColor of some nodes according to its value. I can do it "statically" in the InitializeDataNode event like this: void tree_InitializeDataNode(object sender, Infragistics.Win.UltraWinTree.InitializeDataNodeEventArgs e)...
    Posted to Forum by cirovladimir on 07-02-2008
  • Re: how to defalut RowNumbering width???

    The row numbers appear in the Row Selector column, so you can control that column's width by setting: ' Make the row number column 64 pixels wide. UltraWebGrid1.DisplayLayout.RowSelectorStyleDefault.Width = Unit .Pixel( 64 )
    Posted to Forum by [Infragistics] Derek Harmon on 06-19-2008
  • HeaderStyles in a Hierarchical WebGrid

    Hi, I got a webgrid set up as a hierarchical view, with 4differents bands in. I would like to apply different HeaderStyle to each band header. But it doesn't work. I tried differents combination: Delete the HeaderStyleDefault setting, and apply styles on band declaration in the aspx, but with that...
    Posted to Forum by xeyl on 06-12-2008
  • Changing row style and AllowEdit based on column value.

    I am using the xamDataGrid in an XBAP and I need to know how to change a single row's style and AllowEdit property based on whether the value in one of the columns is null or not. So: If Column A is not null, the row should be read-only and have style 1, but if Column A is null, the row should be...
    Posted to Forum by vgrundy on 06-10-2008
  • change ultrawebgrid header filter icon

    How do I change the filter icons in the UltraWebGrid? I have looked all over and tried different style properties, and have looked through the intellisense properties. I can't figure out how to use my own filter icon. It appears to be built into infragistics as a web resource. How do I override it...
    Posted to Forum by coolmanjh on 03-20-2008
  • Header and row styles

    I have setup a grid with separate css classes for Row, AlternateRow and Header. In these i set different background colors. I am finding that the header color is being overridden by the row color. Why would this be and how can i get around it? I have tried setting the OptimizeCSSClassNamesOutput value...
    Posted to Forum by simondick on 03-05-2008
Page 1 of 2 (16 items) 1 2 Next >
Powered by Community Server (Commercial Edition), by Telligent Systems