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

[Solved] Assigning text box value while sorting grid

1 Answer 116 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Karthi
Top achievements
Rank 1
Karthi asked on 11 May 2011, 06:43 AM
Hi,
I am using telerilk rad grid to show details of employee name and ID with pagination. I also have a text box for employee name which should populate first employee name in the grid page. When i change the grid to second page, the text box should show the first name of second page. I am assigning the text box value in the ItemDataBound event. The value is assigned to the text box but it is not showing in the UI since the grid paging is done in AJAX and the page is not rendered. How to get the text box populate without rendering the whole page.
Thanks,
S, Karthi

1 Answer, 1 is accepted

Sort by
0
Karthi
Top achievements
Rank 1
answered on 11 May 2011, 07:01 AM
I have added the below piece of code in the Ajax Settings - Update Control
<Telerik:AjaxUpdatedControl ControlID="txtEmployeeName"/>
Tags
Grid
Asked by
Karthi
Top achievements
Rank 1
Answers by
Karthi
Top achievements
Rank 1
Share this question
or