开发者

How Add fake row in Grid helper Telerik to ASP.NET MVC

I need to add a line in the thead of table that going contenter inputs and selects that are used as parameters for filtering. It is more or less how I wanted to stay:

<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 na开发者_如何学Pythonme="nb"> ...</ select> </ th>
           <tr>
      </thead>
      <tbody> .....
</table>

How do I add the this tr in table using the helper telerik grid for ASP.NET MVC?


Telerik ASP.NET MVC 2010 Q3 Beta has Custom Toolbar template functionality implemented. An example can be seen in demo which actually does implement pretty much what you want.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜