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

Custom edit

1 Answer 421 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Clark
Top achievements
Rank 1
Clark asked on 09 Mar 2011, 04:20 PM
I need to create a link in my grid that takes the user to an update form, the form is HUGE so I don't want to use the in-grid edit mode. So I want to do a Template column with something like this

<a href="updateform.aspx?id='<%# bind("id")%>"><%# bind("Name")%></a>

I am getting errors using the bind statement though.

Thanks!

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 10 Mar 2011, 05:46 AM
Hello Clark,


How about using RadWindow for editing the row in grid?

The following example demonstrates how to use RadWindow for editing RadGrid records. Please go through this and check whether it suits your need.


-Shinu.
Tags
Grid
Asked by
Clark
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or