【问题标题】:How Add fake row in Grid helper Telerik to ASP.NET MVC如何将网格助手 Telerik 中的假行添加到 ASP.NET MVC
【发布时间】:2010-10-28 13:01:44
【问题描述】:

我需要在表格的开头添加一行,用于输入和选择用作过滤参数的内容。 这或多或少是我想留下来的:

<table>
      <thead>
           <tr>
               <th> Name </ th> ...
               <th> Type </ th>
           </tr>
           <tr> <!-- this is the 'tr fake' in thead -->
               <th> <input type="text"/> </ th>
               <th> <select name="nb"> ...</ select> </ th>
           <tr>
      </thead>
      <tbody> .....
</table>

如何使用 ASP.NET MVC 的帮助程序 Telerik 网格在表中添加 this tr?

【问题讨论】:

    标签: asp.net-mvc telerik-grid


    【解决方案1】:

    Telerik ASP.NET MVC 2010 Q3 Beta 实现了自定义工具栏模板功能。在demo 中可以看到一个示例,它实际上确实实现了您想要的。

    【讨论】:

    • 谢谢!这正是我一直在寻找的!你知道codeplex的可下载版本什么时候出吗?
    猜你喜欢
    • 2022-12-18
    • 2011-01-19
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多