2010-10-28 52 views
0

我需要在表格的add中添加一行,其中的contenter輸入和選擇將用作過濾參數。 它是多還是少我多想留下來:如何將網格幫助器Telerik中的虛假行添加到ASP.NET MVC

<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的網格中的這個表TR?

回答

0

Telerik ASP.NET MVC 2010 Q3 Beta已實現自定義工具欄模板功能。一個例子可以在demo中看到,它實際上實現了你想要的東西。

+0

謝謝!這正是我期待的! 你知道什麼時候可以下載codeplex的版本? – 2010-11-10 18:18:49

相關問題