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

Filtering every character typed

11 Answers 170 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Andre
Top achievements
Rank 1
Andre asked on 16 Jul 2013, 05:57 PM
Hello,,,
I'm new to the Telerik components and we are having some difficulties because do not know them well, but I know I will receive help.
The thing is, I've had reading the help, but I could not see a way to add a filter feature automatic, I know you have the fields above each column, but the filter is only done after hit enter or loses focu but we need a functionality that when typing the RadGridView already go with updating the information entered.

Please if possible add a sample Demo here to see and we can apply in our project.

graciously
André

11 Answers, 1 is accepted

Sort by
0
Dimitrina
Telerik team
answered on 17 Jul 2013, 07:31 AM
Hi,

You can check this forum thread where a similar topic has been discussed. 

Regards,
Didie
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WPF.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
0
Andre
Top achievements
Rank 1
answered on 17 Jul 2013, 01:45 PM
Unfortunately did not help me, still was not clear to me.
A demo example would be good.

What is the event that identifies that the TextBox's Text filter changed?

graciously
André
0
Dimitrina
Telerik team
answered on 17 Jul 2013, 02:16 PM
Hello André,

I have attached a sample project demonstrating the filtering on every character typed. 

Regards,
Didie
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WPF.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
0
Andre
Top achievements
Rank 1
answered on 17 Jul 2013, 05:13 PM
Now I solved my doubts!

But to close with a flourish!

1st. Now to finish drawing it is about the same as that RadGridView fasso that when you tap the small arrow to the left to filter the TextBox earn focu mouse and when the small arrow to set down the first row of RadGridView earn focu already selected.
2nd. Also the TextBox filter RadGridView has some functionality using filter using wildcards like%% expression of Sql that has seen Contains the filter, but this one takes anything you find, and we were needing.
eg:
01 Description = Component Telerik RadRibbonView
02 Description = Component Telerik RadGridView
03 Description = Component Microsft Grid
04 Description = Component Microsft Ribbon
Description = 05 Developers Telerik
Description = 06 Microsft Developers


01 - Results of the filter = Anything that starts with and ends with Telerik View
Filter = * View Telerik
Select * From Where Descricaos Description Like 'View Telerik%%'

02 - Results of the filter = All ternina with View
Filter = * View
Select * From Where Descricaos Description Like '% View'

* It is only to use end-user, but instead of * in the internal process by substiuriamos% for using Sql Like

Have it so we can use?

I thank you very much for your attention, early enough for us this means that we are now beginning to Telerik.

graciously
André
0
Dimitrina
Telerik team
answered on 18 Jul 2013, 07:31 AM
Hello,

You can check our online documentation where the filtering is explained in details. 

Regards,
Didie
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WPF.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
0
Andre
Top achievements
Rank 1
answered on 19 Jul 2013, 02:27 PM
As much as we have already read the help, I have not seen anything to talk about, we're having a little trouble due within the tags of each component within xaml is not everything that can be done to your modification.

Eg: In my main form where the type RadRibbonView add another namespace so that the background color is applied the same to their children and Tab Group, set red for RadRibbonView.Background and since then their children have the same color .

In RadGridView in your tag beheld neither a property that Fassa Grid color is changed in color edges which by default is black.

graciously
André
0
Dimitrina
Telerik team
answered on 22 Jul 2013, 11:45 AM
Hi André,

I am not sure if I understand your question. Would it be possible for you to send us a simple project demonstrating the problem you have met?
 

Regards,
Didie
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WPF.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
0
Andre
Top achievements
Rank 1
answered on 22 Jul 2013, 02:27 PM
I am sorry my english is not 100%, but I think I expressed myself wrong.
As much as we read the help and some posting here in the forum, I saw nothing to talk about this kind of filter or someone who has the same kind of need or similar which has made opening a topic here. So if you can send a demo example showing how we can work with the component and fix the problem.

graciously
André
0
Dimitrina
Telerik team
answered on 22 Jul 2013, 02:52 PM
Hi,

Does the project I attached in one of my previous replies not work for you? You can check a small video I took running the demo solution showing how you can filter as you type.

Regards,
Didie
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WPF.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
0
Andre
Top achievements
Rank 1
answered on 22 Jul 2013, 07:09 PM
About prejeto you adicinou in questresolveu rather a doubt, but just below quoted another question about filter.
That would be:

1st. Now to finish drawing it is about the same as que que RadGridView fasso When You tap the small arrow to the left to filter the TextBox earn focu mouse and When the small down arrow to set the first row of RadGridView earn focu already selected.
2nd. Also the TextBox filter RadGridView has some functionality using filter using wildcards like%% expression of Sql que has seen Contains the filter, but this one takes anything you find, and we were Needing.
eg:
01 Description = Component Telerik RadRibbonView
02 Description = Component Telerik RadGridView
03 Description = Component Microsft Grid
04 Description = Component Microsft Ribbon
Description = 05 Developers Telerik
Description = 06 Microsft Developers


01 - Results of the filter = Anything that starts with and ends with Telerik View
Filter = * View Telerik
Select * From Where Descricaos Description Like '%% Telerik View'

02 - Results of the filter = All ternina with View
Filter = * View
Select * From Where Descricaos Description Like '% View'

* It is only to use end-user, but instead of * in the internal process by substiuriamos% for using Sql Like

Have it so we can use?

I thank you very much for your attention, early enough for us this means que we are now beginning to Telerik.

graciously
André
0
Andre
Top achievements
Rank 1
answered on 16 Oct 2013, 05:54 PM
Hello , I had a long blurred the Telerik components mainly RadGridDataView , but now we are resuming the project to add the componeste , referring to RadGridDataView I need to change the color from black to another color , and when the property FilteringMode = " FilterRow " need to navigate between textbox filter with sitinha < - and - > left and right small arrow down to set focus to the data grid and also use the wildcard expression sql server within the fields :
example
01 Description = Component Telerik RadRibbonView
02 Description = Component Telerik RadGridView
03 Description = Component Microsft Grid
04 Description = Component Microsft Ribbon
Description = 05 Developers Telerik
Description = 06 Microsft Developers


01 - Results of the filter = Anything that starts with and ends with Telerik View
Filter = * View Telerik
Select * From Where Descricaos Description Like ' % % Telerik View'

02 - Results of the filter = All ternina with View
Filter = * View
Select * From Where Descricaos Description Like ' % View'

* It is only to use end - user , but instead of * in the internal process by substiuriamos % for using Sql Like

Have it so we can use ?

I thank you very much for your attention , early enough for us this means that we are now beginning to Telerik .

graciously
André
Tags
GridView
Asked by
Andre
Top achievements
Rank 1
Answers by
Dimitrina
Telerik team
Andre
Top achievements
Rank 1
Share this question
or