2013-10-24 94 views
0

是否可以激活虛擬滾動ListView控件而不是在網格中進行尋呼?我嘗試這一點,但不工作Kendo UI ListviewControl

 var options = { 
       autoBind : true, 
       dataSource : kendoDataSource, 
       selectable: true, 
       template: function (record) { 
        var tmpl = kendo.template(m_DataSet.getReadTemplate(record)); 
        return tmpl(record); 
       }, 
       filterable: { 
        field : "ID" 
       }, 
       scrollable: { 
        virtual: true 
       }, 
       serverPaging: true, 
       edit : function (e) { 
        $(e.item).find("input:eq(0)").focus(); 
       } 
      }; 

$(m_ListViewItemTag).kendoListView(選件);

回答

0

Kendo UI ListView確實不支持虛擬滾動而不支持