|
Browse by Tags
All Tags » style ( RSS)
-
Hi everybody, I've got a problem with my webgrid. I recently upgraded to Infragistics version 2007. I specify all the cssclass with lines as ' objUltraWebGrid.DisplayLayout.FooterStyleDefault.CssClass = "Footer" '. In my css file and in my code (the lines I spoked about), I followed...
-
Hello , all friends, Where I can find the Completed resources file(ISL) in Internet?
-
When I set the StyleSetName for the grid, the grid appears to assume a fixed height.
Is anyone having the same problem?
Regards.
-
I did not have to add the StyleSetName property to my UltraWebGrid 3.5 in order for it to work. Here's what I did: Master Page 1. Create a master page. 2. Above the ContentPlaceHolder add the WebPageStyler. 3. In the properties of the WebPageStyler click the dropdown next to StyleSetName. 4. Import...
-
Hi everyone, I' ve the seguent style for DataRecordCellArea <Style TargetType="{x:Type igDP:DataRecordCellArea}"> <Setter Property="Background" Value="White"/> <Style.Triggers> <DataTrigger Binding="{Binding RelativeSource={RelativeSource Self...
-
I need to customize the information displayed on the calendar controls (WebDayView, etc.). Specifically I'd like to append custom text to the subject. The custom text changes for each appointment and is not part of the subject itself. I've seen posts discussing the AppointmentFormatString. The...
-
I would like to center the values and header of a column. I am attempting to set the HorizontalContentAlignment of the CellValuePresenter and the LabelPresenter by creating styles in my resources and applying them thusly: .... < Style x : Key ="CellValuePresenterStyle_Center" TargetType...
-
The behavior you describe was probably intended for usability purposes (it can be difficult for users to select and drag activities that are only a few pixels in height). This is just a thought, but have you tried setting the appointment.Style.CustomRules property to something like "height: 2px...
-
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.
|
|