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

page refresh on click on telerik grid link

0 Answers 41 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
srividya
Top achievements
Rank 1
srividya asked on 01 Nov 2010, 01:23 PM
Hello,

i added a edit and delete links in telerik grid in MVC asp.net--

columns.Bound(o => o.UniqueID).Title("").Format(Html.ActionLink("edit", "Edit", new { id = "{0}" }).ToHtmlString()).Encoded(false).Width(60);
 and i also another 

 columns.Bound(o => o.UniqueID).Title("").Format("<a onclick=\"show(1);\" href=\"# \">" + "Edit" + "</a>").Encoded(false).Width(60);

on click on these links it refreshes the whole page in MVC asp.net.

Please help me out.
i used inbuilt edit and delete but shows an  error on circular reference .
Tags
Grid
Asked by
srividya
Top achievements
Rank 1
Share this question
or