Domanda

Devo aggiungere una riga nella tabella che vanno in ginocchio e selezionano che vengono utilizzati come parametri per il filtraggio. È più o meno come volevo restare:

<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>

Come posso aggiungere questo TR nella tabella usando la griglia di telerik helper per ASP.NET MVC?

È stato utile?

Soluzione

Telerik ASP.NET MVC 2010 Q3 Beta ha implementato la funzionalità del modello della barra degli strumenti personalizzati. Un esempio può essere visto in Demo Il che in realtà implementa praticamente quello che vuoi.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top