Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a telerik radgrid. The radgrid has a sqldatasource. In radgrid one column is texbox. It has value. I have another button. Now I want to get the textbox value after clicking the button. I can get it _ItemDataBound() event. But I need to do this in button click event.
I am using asp.net c#

Thanks in advance
Posted
Comments
raju melveetilpurayil 8-Aug-10 8:19am    
this may help you. it have Telerik Rad Grid Documentation it help get each events and methods.
http://www.telerik.com/help/aspnet/grid/radgrid-telerik.webcontrols.radgrid-itemdatabound_ev.html

Did you tried looking here:
Telerik RadGrid Forum[^]

Posting here is fine. Might be someone can help but I had found that specific questions related to 3rd party is answered more quickly and accurately at respective forums.

BTW, looking at the question, probably you need to loop through all the columns of the grid using a foreach. Pick the row you need value of and use FindControl to get the value.
 
Share this answer
 
Comments
raju melveetilpurayil 8-Aug-10 8:24am    
this is a good link, but I am little late to find. when I open this question, it have no answers.
i have done this by google search....
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900