4 Answers, 1 is accepted
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#:
Hope this helps.
Regards,
Princy.
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!
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
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
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