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

Telerik Radgrid SelectedCellChanged event

3 Answers 265 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Mohan
Top achievements
Rank 1
Mohan asked on 01 Sep 2014, 01:46 PM
I have a Radgrid with 4 ItemTemplate columns each item template column has a Textbox. I need to fire SelectedCellChanged event when I move (click tab) from one cell (textbox) to other cell (I need to call a method which does calculations whenever a cell is changed). Please suggest.

Thanks in advance.

Note: I'm working on a web application using c#.

Regards,
Mohan.

3 Answers, 1 is accepted

Sort by
0
Viktor Tachev
Telerik team
answered on 03 Sep 2014, 02:40 PM
Hi Mohan,

I am afraid that there is no SelectedCellChanged event available for the RadGrid. The functionality you describe would require custom implementation.

You could handle the focus and blur events for the input controls and perform the additional calculations. Also you would probably need to take into account what is the column of the focused/blurred input.

Regards,
Viktor Tachev
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
charles
Top achievements
Rank 1
answered on 11 Jan 2016, 05:07 PM
Can you explain what this means?   I definitely see that RadGrid has a SelectedCellChanged event available.
0
Viktor Tachev
Telerik team
answered on 13 Jan 2016, 12:05 PM
Hello,

There is a CellSelected client-side event for RadGrid. Is this the event you are referring to?


Nevertheless, when a TextBox inside the cell is focused the cell is not selected. Thus, the CellSelected event is not fired.

If you would like to perform custom calculations when the user focuses TextBox controls inside the ItemTemplate of a column you should use the focus/blur events for the TextBoxes.

Regards,
Viktor Tachev
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
General Discussions
Asked by
Mohan
Top achievements
Rank 1
Answers by
Viktor Tachev
Telerik team
charles
Top achievements
Rank 1
Share this question
or