FineUI 官方论坛
标题:
在x:window中gridview无法显示??
[打印本页]
作者:
Xiaonn
时间:
2013-9-13 11:19
标题:
在x:window中gridview无法显示??
我在x:window中的x:ContentPanel添加了 asp:GridView ,为什么gridview不显示? 把asp:GridView换成 x:Grid 就没问题。请问怎么回事???
<body>
<form id="form1" runat="server">
<x
ageManager ID="
ageManager1" runat="server" />
<x:Window ID="Window2" Icon="TagBlue" Title="窗体" Hidden="false" Layout="Fit" EnableMaximize="true"
EnableCollapse="false" runat="server" EnableResize="false" EnableBackgroundColor="true"
Plain="false" IsModal="false" >
<Toolbars>
<x:Toolbar ID="txtToolbar2" runat="server">
<Items>
<x
ropDownList ID="txtType" runat="server" >
<x
istItem Text="Output" Value="Output"/>
<x
istItem Text="Normalized Output" Value="NOutput"/>
<x
istItem Text="Repair Lost Time" Value="RPLost"/>
<x
istItem Text="Utilization" Value="Utilization"/>
<x
istItem Text="Target O/P" Value="TargetOP"/>
</x
ropDownList>
<x
ropDownList ID="txtYear" runat="server" Required="true" ShowLabel="False" Width="80px">
<x
istItem Text="2013" />
</x
ropDownList>
<x
ropDownList ID="txtMonth" runat="server" Required="true" ShowLabel="False" Width="80px">
<x
istItem Text="01" Value="01"/>
<x
istItem Text="02" Value="02"/>
<x
istItem Text="03" Value="03"/>
<x
istItem Text="04" Value="04"/>
<x:ListItem Text="05" Value="05"/>
<x:ListItem Text="06" Value="06"/>
<x:ListItem Text="07" Value="07"/>
<x:ListItem Text="08" Value="08"/>
<x:ListItem Text="09" Value="09"/>
<x:ListItem Text="10" Value="10"/>
<x:ListItem Text="11" Value="11"/>
<x:ListItem Text="12" Value="12"/>
</x
ropDownList>
<x
ropDownList ID="txtDept" runat="server" Width="115px" Required="true" ShowLabel="False"></x
ropDownList>
<x:Button ID="btnSearch" runat="server" Text="Search(查询)" HideMode="Visibility"></x:Button>
</Items>
</x:Toolbar>
</Toolbars>
<Items>
<x:ContentPanel ShowBorder="false" ShowHeader="true" ID="ContentPanel1" EnableBackgroundColor="true" BodyPadding="5px" runat="server" CssStyle=" text-align:center;" Height="200px">
aaa<br />
<asp:GridView ID="GridView1" runat="server" AutoGenerateColumns=False Width=100% Font-Names="Arial" RowStyle-Height="15px"
BackColor="White" BorderColor="#3366CC" BorderStyle="None" BorderWidth="1px" Font-Size="12px" ShowHeaderWhenEmpty="true" EmptyDataText="没有待审批的单"
CellPadding="4">
<HeaderStyle BackColor="Silver" Font-Size="12px" Height="30px" Wrap="True" ForeColor="Red"/>
<RowStyle Font-Size="12px" Height="26px" Width="150px" Wrap="True"/>
<Columns>
<asp:BoundField DataField="Machineid" HeaderText="Applicant" ><HeaderStyle Width="10%" BackColor="#d6e3f2" ForeColor="#000000" /><ItemStyle Width="10%" Height="15px"/></asp:BoundField>
<asp:BoundField DataField="Shift" HeaderText="Release Date" ><HeaderStyle Width="15%" BackColor="#d6e3f2" ForeColor="#000000" /><ItemStyle Width="15%" Height="15px"/></asp:BoundField>
</Columns>
</asp:GridView>
<br />
bb
</x:ContentPanel>
</Items>
</x:Window>
</form>
</body>
作者:
Xiaonn
时间:
2013-10-4 08:40
哪位可以帮忙看看? 谢谢
作者:
delphilv
时间:
2014-6-1 16:21
把打开窗口或回发页面的按钮的enableajax=false就可以了,我也遇到过页面上加入gridview不显示的问题,当时也到论坛里搜索到这里,但是找不到解决办法,后面还是自己发现的,但花了很多时间。我相信论坛里很多人都知道,但就是没人理,这个论坛有点冷啊!我认为多在论坛里答疑解惑,虽然花了自己一点时间,但能节省很多人的时间,是一件功德无量的事!
作者:
lixj_fineui
时间:
2014-12-1 10:11
delphilv 发表于 2014-6-1 16:21
把打开窗口或回发页面的按钮的enableajax=false就可以了,我也遇到过页面上加入gridview不显示的问题,当时 ...
我在页面的pannel 里面直接用GridView也是不显示,这个页面也没有窗口或回发?请教一下怎么处理
欢迎光临 FineUI 官方论坛 (https://fineui.com/bbs/)
Powered by Discuz! X3.4