首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > 编程 >

LigerUi中Grid的是不是显示工具条(toolbar)!(动态的)

2013-02-24 
LigerUi中Grid的是否显示工具条(toolbar)!(动态的) // cs代码protected void Page_Loa

LigerUi中Grid的是否显示工具条(toolbar)!(动态的)

 // ================== cs代码 

  protected void Page_Load(object sender, EventArgs e)

    {


    }


    protected string gettool()
    {
        //return "toolbar: {},";
        return "";

    }

 // ================== aspx代码 

          { display: "数量", name: "Address", width: 100, type: "text", align: "left" }



         ], dataAction: 'local', url: '../handle/mer.ashx?ajaxaction=G_Class',<%=gettool() %>   
             pageSize: 20,rownumbers:true,
          width: '98%', height: '100%', heightDiff: -10, checkbox: false
         });

热点排行