<igtbl:UltraWebGrid ID="uwgUsers" runat="server" Height="123px" Width="293px">
<Bands>
<igtbl:UltraGridBand>
<AddNewRow View="NotSet" Visible="NotSet">
</AddNewRow>
<Columns>
<igtbl:UltraGridColumn BaseColumnName="UserInitialsCd" EditorControlID="webComboUser"
HeaderText="User" Key="UserInitialsCd" Type="Custom" Width="98%" CellButtonDisplay="Always">
<Header Caption="User">
</Header>
</igtbl:UltraGridColumn>
</Columns>
</igtbl:UltraGridBand>
</Bands>
<DisplayLayout AllowAddNewDefault="Yes" AllowColSizingDefault="Free" AllowColumnMovingDefault="OnServer"
AllowDeleteDefault="Yes" AllowSortingDefault="OnClient" AllowUpdateDefault="Yes"
AutoGenerateColumns="False" BorderCollapseDefault="Separate" HeaderClickActionDefault="NotSet"
Name="ctl00xultraWebGridUsers" RowHeightDefault="20px" RowSelectorsDefault="No" SelectTypeRowDefault="Extended"
StationaryMargins="Header" StationaryMarginsOutlookGroupBy="True" TableLayout="Fixed"
Version="4.00" ViewType="OutlookGroupBy" CellClickActionDefault="Edit" ColHeadersVisibleDefault="No">
<GroupByBox Hidden="True">
<Style BackColor="ActiveBorder" BorderColor="Window"></Style>
</GroupByBox>
<GroupByRowStyleDefault BackColor="Control" BorderColor="Window">
</GroupByRowStyleDefault>
<ActivationObject BorderColor="" BorderWidth="">
</ActivationObject>
<FooterStyleDefault BackColor="LightGray" BorderStyle="Solid" BorderWidth="1px">
<BorderDetails ColorLeft="White" ColorTop="White" WidthLeft="1px" WidthTop="1px" />
</FooterStyleDefault>
<RowStyleDefault BackColor="Window" BorderColor="Silver" BorderStyle="Solid" BorderWidth="1px"
Font-Names="Microsoft Sans Serif" Font-Size="8.25pt">
<BorderDetails ColorLeft="Window" ColorTop="Window" />
<Padding Left="3px" />
</RowStyleDefault>
<FilterOptionsDefault>
<FilterOperandDropDownStyle BackColor="White" BorderColor="Silver" BorderStyle="Solid"
BorderWidth="1px" CustomRules="overflow:auto;" Font-Names="Verdana,Arial,Helvetica,sans-serif"
Font-Size="11px">
<Padding Left="2px" />
</FilterOperandDropDownStyle>
<FilterHighlightRowStyle BackColor="#151C55" ForeColor="White">
</FilterHighlightRowStyle>
<FilterDropDownStyle BackColor="White" BorderColor="Silver" BorderStyle="Solid" BorderWidth="1px"
CustomRules="overflow:auto;" Font-Names="Verdana,Arial,Helvetica,sans-serif"
Font-Size="11px" Height="300px" Width="200px">
</FilterDropDownStyle>
</FilterOptionsDefault>
<HeaderStyleDefault BackColor="LightGray" BorderStyle="Solid" HorizontalAlign="Left">
</HeaderStyleDefault>
<EditCellStyleDefault BorderStyle="None" BorderWidth="0px">
</EditCellStyleDefault>
<FrameStyle BackColor="Window" BorderColor="InactiveCaption" BorderStyle="Solid"
BorderWidth="1px" Font-Names="Microsoft Sans Serif" Font-Size="8.25pt" Height="123px"
Width="293px">
</FrameStyle>
<Pager MinimumPagesForDisplay="2">
<Style BackColor="LightGray" BorderStyle="Solid" BorderWidth="1px">
<BorderDetails ColorTop="White" WidthLeft="1px" WidthTop="1px" ColorLeft="White"></BorderDetails>
</Style>
</Pager>
<AddNewBox Hidden="False">
<Style BackColor="Window" BorderColor="InactiveCaption" BorderStyle="Solid" BorderWidth="1px">
<ButtonStyle Cursor="Hand">
</ButtonStyle>
</AddNewBox>
</DisplayLayout>
</igtbl:UltraWebGrid>
How to define DisplayLayout, GroupByBox,ActivationObject,FooterStyle,HeaderStyle,RowStyleDefault,FilterOption,FrameStyle, EditStyle,Pager for WebDataGrid.
Hello Renuka,
I suggest the best way to get familiar with WebDataGrid styling and its functionality is by using the “cheat-sheet”. You will find a detailed comparison of the UltraGrid and the WebDataGrid at both of these locations. Please notice, there are available for download attachments.
http://ko.infragistics.com/community/blogs/craig_shoemaker/archive/2011/07/11/introducing-the-webdatagrid-webhierarchicaldatagrid-cheat-sheet.aspx
http://ko.infragistics.com/help/aspnet/webdatagrid_cheat_sheet.html
Here is a guide regarding the main CSS Styles for the WebDataGrid and detailed description what they are applied to. It is always useful to have this guide at hand when customizing CSS Styles:
http://ko.infragistics.com/community/blogs/engineering/archive/2010/08/25/webdatagrid-css-styling-guide.aspx
How to define below properties,
<DisplayLayout AllowColSizingDefault="Free"
AllowSortingDefault="OnClient" BorderCollapseDefault="Separate"
HeaderClickActionDefault="SortMulti" Name="ctl00xuwgRptList" RowHeightDefault="20px"
RowSelectorsDefault="No" SelectTypeRowDefault="Extended" StationaryMargins="Header"
StationaryMarginsOutlookGroupBy="True" TableLayout="Fixed" Version="4.00" ViewType="OutlookGroupBy" AutoGenerateColumns="False">
Mainly Groupby in WebDataGrid and
</AddNewRow> tag in WebDataGrid.
Also
<RowLayoutColumnInfo OriginX="1" />
Please guide urgent help required. Using Infragistics 13.1