Im working in asp .net and I have a aspx page with a telerik radgrid. Is it possible invoke radgrid.databind() from a javascript function?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
First, take a look at RadControls for ASP.NET AJAX Documentation. I think you’ll find everything you need there.
Second, your problem description was limited and didn’t contain much code but maybe the following examples will point you in the right direction.
dataBind – RadControls for ASP.NET AJAX Documentation
rebind – RadControls for ASP.NET AJAX Documentation
Finally, here’s an alternative suggestion: