Alphabet
Alphabet

Reputation: 129

Kendo dropdown and filter outside grid

I want to adjust or change my dropdown and filter at above the grid. Anyone have the idea? Please see my demo at below. Thank you.

DEMO

Upvotes: 2

Views: 435

Answers (1)

Alphabet
Alphabet

Reputation: 129

Here my solution:

 <script src="../content/shared/js/products.js"></script>
</div>
  <div id="filters"><input id="ddl" /> <input id="text" type="text" class="k-textbox" placeholder="Filter by name" /></div>
<div id="example">
  <div id="grid">
  <script>

Update for DEMO

Upvotes: 1

Related Questions