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
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