简体   繁体   English

如何在嵌套网格视图中查看子网格的页脚模板文本框?

[英]how to view the footer template text box of child grid in nested grid view?

I am new to dot net. 我是点网新手。 i am trying to create nested grid,now I am struck up to view the footer template text box of child grid in nested grid view and I tried in google but there is no such a solutions. 我正在尝试创建嵌套网格,现在我很想在嵌套网格视图中查看子网格的页脚模板文本框,我在google中尝试过,但没有这样的解决方案。 whether it is possible to view or not? 是否可以查看? if possible means how to do? 如果可能的话该怎么办? please guide me. 请指导我。

Thanks in Advance, With Regards, Shibin G 在此先感谢您,Shibin G

您只需要设置gridview的属性:“ ShowFooter = true”。

Example code  <asp:GridView ID="grwDetail1" runat="server" DataKeyNames="PartItem_Id, Manufacturer_Id" AutoGenerateColumns="false" ShowHeader="true"   ShowFooter="true"   CssClass="Grid"/>

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM