<telerik:RadGrid ID="rgPOsNew" runat="server" ShowGroupPanel="True" AutoGenerateColumns="False" AllowPaging="False" AllowSorting="True" Width="98%" EnableTheming="False" GridLines="None" OnNeedDataSource="rg_NeedDataSource">
<ClientSettings AllowDragToGroup="True" AllowGroupExpandCollapse="True" AllowColumnsReorder="True">
<Resizing AllowRowResize="True" AllowColumnResize="True" EnableRealTimeResize="True">
</Resizing>
<Scrolling AllowScroll="True" UseStaticHeaders="False" ScrollHeight="400px" />
</ClientSettings>
<HeaderStyle Wrap="True" HorizontalAlign="Center" VerticalAlign="Middle" Height="20px" />
<GroupPanel>
</GroupPanel>
<MasterTableView HorizontalAlign="Center" GroupLoadMode="Client" Width="98%">
<GroupByExpressions>
<telerik:GridGroupByExpression>
<GroupByFields>
<telerik:GridGroupByField FieldAlias="JobNumber" FieldName="JobNumber" />
</GroupByFields>
<SelectFields>
<telerik:GridGroupByField FieldAlias="JobNumber" FieldName="JobNumber" />
</SelectFields>
</telerik:GridGroupByExpression>
</GroupByExpressions>
<GroupHeaderItemStyle BackColor="LightSteelBlue" />
<RowIndicatorColumn>
<HeaderStyle Width="20px" />
</RowIndicatorColumn>
<ExpandCollapseColumn Visible="False">
<HeaderStyle Width="20px" />
</ExpandCollapseColumn>
<AlternatingItemStyle BackColor="#E0E0E0" />
<ItemStyle BackColor="White" />
<Columns>