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

how to fill text box on grid mouse over

2 Answers 139 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Reyaz Ahmad
Top achievements
Rank 1
Reyaz Ahmad asked on 24 Jan 2011, 08:41 AM
Hi,

I am using radgrid and text box

<telerik:radgrid...>
<asp:textbox ...>

I want to fill text box through mouse move event of grid cell. If mouse move on another cell then text box should fill accordingly cell value.
Please suggest.

Thanks in Advance.
Reyaz

2 Answers, 1 is accepted

Sort by
0
Accepted
Shinu
Top achievements
Rank 2
answered on 24 Jan 2011, 09:31 AM
Hello Reyaz,

You can attach the OnMouseOver event and then set the TextBox value from there.

You can find more on the MouseOver event from the documentation.
OnRowMouseOver

Thanks,
Shinu.
0
Reyaz Ahmad
Top achievements
Rank 1
answered on 24 Jan 2011, 01:48 PM
Thx a lot
Tags
General Discussions
Asked by
Reyaz Ahmad
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Reyaz Ahmad
Top achievements
Rank 1
Share this question
or