在 Kendo UI 网格中使用列表

问题描述

public class TestGrid
{
    public string col {get;set}
    public string colFirst {get;set;}
    public List<Temp> temps {get;set;}
}

public class Temp
{
    public string Id {get;set;}
    public bool IsIt {get;set;}
    public bool DoesNeeded {get;set;}
}

如何在 Kendo UI Grid 中使用这样的类(TestGrid)? asp网络版。

我不能使用分离的温度,因为它是计数变量

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)