|
Browse by Tags
All Tags » style ( RSS)
-
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...
-
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.
-
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.
-
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...
-
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)...
-
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 )
-
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...
-
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...
-
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...
-
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...
|
|