FineUI 官方论坛

 找回密码
 立即注册

QQ登录

只需一步,快速开始

本论坛已关闭(禁止注册、发帖和回复)
请移步 三石和他的朋友们

FineUI首页 WebForms - MVC & Core - JavaScript 常见问题 - QQ群 - 十周年征文活动

FineUI(开源版) 下载源代码 - 下载空项目 - 获取ExtJS - 文档 在线示例 - 版本更新 - 捐赠作者 - 教程

升级到 ASP.NET Core 3.1,快、快、快! 全新ASP.NET Core,比WebForms还简单! 欢迎加入【三石和他的朋友们】(基础版下载)

搜索
查看: 2266|回复: 2
打印 上一主题 下一主题

GroupPanel 错误:The 'Items' property cannot be set declaratively.

[复制链接]
跳转到指定楼层
楼主
发表于 2014-9-4 14:20:46 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
代码如下:
<form id="form1" runat="server">
            <xageManager ID="ageManager1" runat="server" />
            <x:Form ID="mainForm" Width="650px" LabelAlign="Right" Title="电视多管取样摄像作业记录" BodyPadding="5px" ShowBorder="true" ShowHeader="true" runat="server">
                <Items>
                    <x:GroupPanel Layout="Anchor" Title="公共信息" runat="server">
                        <Items>
                            <xanel Layout="HBox" BoxConfigAlign="Stretch" CssClass="formitem" ShowHeader="false" ShowBorder="false" runat="server">
                                <Items>
                                    <xabel runat="server" ShowRedStar="true" Label="调查船"></xabel>
                                    <x:TextBox ID="Ship" ShowLabel="false" CssClass="marginr" Required="true" ShowRedStar="true" BoxFlex="2" runat="server"></x:TextBox>
                                    <xabel runat="server" ShowRedStar="true" Label="调查航次"></xabel>
                                    <x:TextBox ID="Hangci" ShowLabel="false" CssClass="marginr" Required="true" ShowRedStar="true" BoxFlex="2" runat="server"></x:TextBox>
                                    <xabel runat="server" ShowRedStar="true" Label="工区"></xabel>
                                    <x:TextBox ID="WorkingZone" ShowLabel="false" CssClass="marginr" Required="true" ShowRedStar="true" BoxFlex="2" runat="server"></x:TextBox>
                                </Items>
                            </xanel>
                        </Items>
                    </x:GroupPanel>
                </Items>
                <Toolbars>
                    <x:Toolbar ID="Toolbar1" runat="server" Position="Bottom">
                        <Items>
                            <x:Button ID="btnSave" Text="确认" ValidateForms="mainForm"  Icon="SystemSave" runat="server"></x:Button>
                            <x:Button ID="btnCancel" runat="server" Text="取消" Icon="SystemClose" ></x:Button>
                        </Items>
                    </x:Toolbar>
                </Toolbars>
            </x:Form>
    </form>


错误信息如下:
Parser ErrorDescription: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

Parser Error Message: The 'Items' property cannot be set declaratively.

Source Error:

Line 26:                         </Items>Line 27:                     </x:GroupPanel>Line 28:                 </Items>Line 29:                 <Toolbars>Line 30:                     <x:Toolbar ID="Toolbar1" runat="server" Position="Bottom">

Source File: /ProTypeModule/shallowSection/shallowSection.aspx    Line: 28


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.18067



求大神帮忙看看啊!
沙发
发表于 2014-9-4 15:01:02 | 只看该作者
版本太低,请升级到最新版本
板凳
 楼主| 发表于 2014-9-4 16:47:03 | 只看该作者
sanshi 发表于 2014-9-4 15:01
版本太低,请升级到最新版本

好的,谢谢,我试试!再问一个:
<xabel runat="server" ShowRedStar="true" Label="开始日期"></xabel>

对于这个控件,Label的值在界面中显示为两行,怎么才能一行显示?
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|FineUI 官方论坛 ( 皖ICP备2021006167号-1 )

GMT+8, 2024-11-26 17:50 , Processed in 0.044714 second(s), 17 queries , Gzip On.

Powered by Discuz! X3.4

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表