kendoTabStrip的kendodropdownlist [英] kendodropdownlist to kendoTabStrip

查看:247
本文介绍了kendoTabStrip的kendodropdownlist的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个KendoDropDownlist如下



I have a KendoDropDownlist as Follows

for(ix=0;ix<list.length;ix++)
                   {
               data.push({ text: list[ix].UserName, value: list[ix].UserId});
                   }

               $("#UserList").kendoDropDownList({
                                             dataTextField: "text",
                                             dataValueField: "value",
                                             dataSource: data,
                                             change: getTimeSheetDetails
                                         });



需要将其转换为KendoTabStrip,我该怎么办?需要帮助......


Need to get it converted into KendoTabStrip, how could I do it? need help...

推荐答案

#UserList )。kendoDropDownList({
dataTextField: text
dataValueField: value
dataSource:data,
更改: getTimeSheetDetails
});
("#UserList").kendoDropDownList({ dataTextField: "text", dataValueField: "value", dataSource: data, change: getTimeSheetDetails });



需要将其转换为KendoTabStrip,我该怎么办?需要帮助...


Need to get it converted into KendoTabStrip, how could I do it? need help...


这篇关于kendoTabStrip的kendodropdownlist的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆