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

Detect the TextChanged event of a RadGridView Cell

4 Answers 473 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Fadi
Top achievements
Rank 1
Fadi asked on 05 Jan 2013, 10:40 AM
Hi. 
I Have a radGridView, i am trying to find the TextChanged Event of a cell, in which i want an event to happen while the user is typing inside a cell while text is being changed.

How to find it?

Thankfully yours.

4 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 07 Jan 2013, 07:37 AM
Hi Fadi,

I suppose you want to fire an event when the value in the cell of the RadGridView is changed. You can attach the CellValueChanged event to the RadGridView achieve your scenario.

C#:
void radGridView1_CellValueChanged(object sender, GridViewCellEventArgs e)
        {
            //Your code
        }

Hope this helps.

Regards,
Princy.
0
Fadi
Top achievements
Rank 1
answered on 07 Jan 2013, 07:49 AM
Hi Princy!
Thanks for your answer, but no i don't want the value changed event of the cell, but i need to know the text changed event. Like while you are typing inside a cell you recognized that text is being changed. Same as in a normal textBox!
0
Lộc
Top achievements
Rank 1
answered on 03 Jun 2015, 01:43 AM
Hi Princy, I don't see CellValueChanged in RadGridView of Telerik, I'm using on WPF
0
Stefan
Telerik team
answered on 03 Jun 2015, 06:07 AM
Hi Loc,

This forum concerns Telerik UI for WinForms, not WPF. Please post your question in the appropriate forum in order to get adequate response.

Thank you for the understanding.

Regards,
Stefan
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
GridView
Asked by
Fadi
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Fadi
Top achievements
Rank 1
Lộc
Top achievements
Rank 1
Stefan
Telerik team
Share this question
or