//代码出自:文山综合管理平台--绩效考核--员工考核--员工岗位价值系数评定
//页面:jx.web/JxEmployee/JxYgjzxsList.aspx
<thinker:ScrollPanel ID="ScrollPanel1" runat="server" Width="648px" Height="449px">
<igtbl:UltraWebGrid ID="grdInfoList" runat="server" Height="200px" Width="325px">
<DisplayLayout CellClickActionDefault="Edit">
<ClientSideEvents AfterCellUpdateHandler="AfterCellUpdateHandler" />
</DisplayLayout>
<Bands>
<igtbl:UltraGridBand>
<Columns>
<igtbl:UltraGridColumn BaseColumnName="EMP_ID" Width="60px" Key="EMP_ID" Hidden="true">
<Header Caption="员工ID">
<RowLayoutColumnInfo OriginX="0" OriginY="0" SpanY="1" />
</Header>
<CellStyle HorizontalAlign="Center">
</CellStyle>
</igtbl:UltraGridColumn>
<igtbl:UltraGridColumn BaseColumnName="EMP_NAME" Width="60px" Key="EMP_NAME">
<Header Caption="姓名">
<RowLayoutColumnInfo OriginX="0" OriginY="0" SpanY="1" />
</Header>
<CellStyle HorizontalAlign="Center">
</CellStyle>
</igtbl:UltraGridColumn>
<igtbl:UltraGridColumn BaseColumnName="DEPT_NAME" Width="80px" Key="DEPT_NAME">
<Header Caption="所在部门">
<RowLayoutColumnInfo OriginX="0" OriginY="0" SpanY="1" />
</Header>
<CellStyle HorizontalAlign="Center">
</CellStyle>
</igtbl:UltraGridColumn>
<igtbl:UltraGridColumn BaseColumnName="POST_NAME" Width="80px" Key="POST_NAME">
<Header Caption="岗位名称">
<RowLayoutColumnInfo OriginX="0" OriginY="0" SpanY="1" />
</Header>
<CellStyle HorizontalAlign="Center">
</CellStyle>
</igtbl:UltraGridColumn>
<igtbl:UltraGridColumn BaseColumnName="GJYJZB" Width="170px" Key="GJYJZB"
EditorControlID="GJYJZB" NullText="20.00" AllowUpdate="Yes" Type="Custom">
<Header Caption="关键业绩指标完成情况(20分)">
<RowLayoutColumnInfo OriginX="1" OriginY="0" />
</Header>
<CellStyle HorizontalAl