找回密码
 立即注册

QQ登录

只需一步,快速开始

dlhcp

注册会员

1

主题

1

帖子

8

积分

注册会员

积分
8
最新发帖
dlhcp
注册会员   /  发表于:2017-1-29 16:05  /   查看:4353  /  回复:1
<body>
    <form id="form1" runat="server">

        <div>
            <asp:ScriptManager runat="server" ID="ScriptManger1" />
             <asp:UpdatePanel ID="UpdatePanel1" runat="server" UpdateMode="Conditional">
                 <ContentTemplate>
            <wijmo:C1GridView ID="C1GridView1" runat="server" AutogenerateColumns="false"  AllowPaging="true" CallbackSettings-Action="All" PageSize="1" AllowColMoving="true" AllowColSizing="true" ShowHeader="true" >


                        <Columns>
                        <wijmo:C1BoundField DataField="Name" HeaderText="姓名" SortExpression="Name">
                        </wijmo:C1BoundField>
                                                    <wijmo:C1TemplateField HeaderText="头像" SortExpression="Img">
                            <itemstyle horizontalalign="Center" />
                            <itemtemplate>
                            <img src="<%#Eval("Img") %>"  style="height:30px;width:30px"/>
                        </itemtemplate>
                        </wijmo:C1TemplateField>
                        <wijmo:C1BoundField DataField="Age" HeaderText="年龄" SortExpression="Age">
                        </wijmo:C1BoundField>
                        <wijmo:C1CheckBoxField DataField="isMan" HeaderText="isMan" SortExpression="isMan">
                        </wijmo:C1CheckBoxField>

                </Columns>
            </wijmo:C1GridView>
                     </ContentTemplate>
                 </asp:UpdatePanel>
        </div>
        <div>

        </div>
    </form>
</body>
</html>

1 个回复

倒序浏览
Alice
社区贡献组   /  发表于:2017-2-3 16:27:43
沙发
谢谢您的反馈。
从您提供的代码看不出什么问题,麻烦提供可以重现问题的Demo,我帮您看看。
请点击评分,对我的服务做出评价!  5分为非常满意!

葡萄城控件服务团队

官方网站: http://www.gcpowertools.com.cn
回复 使用道具 举报
您需要登录后才可以回帖 登录 | 立即注册
返回顶部