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

Grid with model popup extender

1 Answer 105 Views
Grid
This is a migrated thread and some comments may be shown as answers.
kalyan
Top achievements
Rank 1
kalyan asked on 23 Dec 2010, 01:46 PM
can some give sample code for Grid with model popup extender in hyper link,
and also select multiple records by using check box and pop up the values

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 24 Dec 2010, 08:12 AM
Hello Kalyan,

The same behaviour can achieve by using Radwindow with 'Modal' property set as 'true'. Check out the following demo which demonstrates how to use RadWindow for editing RadGrid records.
Window / Edit Dialog for RadGrid

If you wants to select multiple recors you need to set 'AllowMultiRowSelection' property of RadGrid as 'True'.

ASPX:
<telerik:RadGrid ID="grd" runat="server"  AllowMultiRowSelection="true">

Thanks,
Princy.
Tags
Grid
Asked by
kalyan
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or