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

Questions when using RadGridView

3 Answers 49 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Rubens
Top achievements
Rank 1
Rubens asked on 08 May 2014, 01:18 PM
good day,
bought lincença to utlização of some components of Telerik, first I'm going to use and add the RadGridView, but I have some difficulties and doubts.

1. FilteringMode = FilterRow
2. FilterOperator = StartsWith
. 3 Using wildcard expressions to filter every textbox to filter EXAMPLE: Like the SQL Server.

- Now I need to navigate between 'TextBox' filter using the Left and Right keyboard keys.
- Focus to 'Focus' in 'Grid' to "Down" keys, key but I have no idea how to do this.

graciously
André

3 Answers, 1 is accepted

Sort by
0
Dimitrina
Telerik team
answered on 09 May 2014, 12:43 PM
Hello,

I am afraid that our built-in filtering does not support wildcards. You can check our online documentation for a better understanding on how the filtering works.

As to your next questions:
- Currently you can move between the editors with the Tab key. If you wish to implement some additional logic, you can subscribe for the KeyUp event of RadGridView and add proper code as per your requirement. 
- I do not understand this question, would you please provide some more details on it?

Regards,
Didie
Telerik
 
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
 
0
Rubens
Top achievements
Rank 1
answered on 12 May 2014, 12:26 PM
1. Our customers Senciveis and are very accustomed using the left and right button. Al Adds a simple example of how to do negavação in textbox of the RadGridView, I am having difficulties.

2. Setar focus of text editors for the grid with the down key.

. 3 You said ".'m Afraid that our filtering does not support inline wildcards You can check our online documentation for a better understanding of how filtering works", but can also add a simple example about this and we need it.

graciously
André
0
Dimitrina
Telerik team
answered on 12 May 2014, 12:54 PM
Hello Andre,

1. We do not suggest such a behavior out-of-the box. You will need to handle the KeyUp event of RadGridView and implement your own logic.

2.You can find all the TextBoxes under RadGridView with the help of the ChildrenOfType extension method. Then invoke the Focus() method on a particular TextBox.

3. You can also check our WPF Demos on filtering.

Regards,
Didie
Telerik
 
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
 
Tags
GridView
Asked by
Rubens
Top achievements
Rank 1
Answers by
Dimitrina
Telerik team
Rubens
Top achievements
Rank 1
Share this question
or