This is a migrated thread and some comments may be shown as answers.

Filtering in KendoUI like textbox filter in ASP.NET Ajax

2 Answers 186 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Jason
Top achievements
Rank 1
Jason asked on 13 Jul 2012, 01:52 PM
Hello,

I am considering moving to KendoUI (currently using 2010 Q2 ASP.NET Ajax, need to upgrade in any event).  

I'm wondering if it is possible to render the filters for a KendoUI grid similarly to the ASP.NET Ajax grid, that has filter textboxes (by default) when filtering is turned on.  Our users love the ability to quickly enter text and hit enter to get a "Starts With" (using some javascript).  I cannot find an example, or documentation, on how to customize the default KendoUI filtering.

Also, important to a switch to KendoUI is the need for much improved documentation.  I know the product is much newer than the ASP.NET Ajax controls, but the current documentation for KendoUI widgets, including all of the options, is quite sparse.

Thank you, Jason

2 Answers, 1 is accepted

Sort by
0
Jair
Top achievements
Rank 1
answered on 16 Jul 2012, 12:22 AM
Hi guy. Try the following code below, but do not use CTRL+ K + D to indent the code in the aspx page code. Otherwise get a bug. This code gets a repeater crontrol the aspnet and features KendoUI

 
0
Jason
Top achievements
Rank 1
answered on 16 Jul 2012, 12:03 PM
Thank you for your response.  It was interesting to see web forms and KendoUI integrated in an application.

I probably should be been a little more clear on what I was asking.  Essentially, using only KendoUI, is it possible to get the look of ASP.NET Ajax Controls for filtering?  I have attached a sample picture of what the end result would look like.

In this way, the user does not have to click the Filter icon to begin filtering.  As a noted example, dhxmtlGrid has filter textboxes, that also filter as you type.

I do not see filtering or searching listed currently in the Grid / Basic usage demo in the KendoUI web UI widgets section.  Maybe I'm missing something.

Thanks! Jason
Tags
Grid
Asked by
Jason
Top achievements
Rank 1
Answers by
Jair
Top achievements
Rank 1
Jason
Top achievements
Rank 1
Share this question
or