Link to home
Start Free TrialLog in
Avatar of beginner_help
beginner_help

asked on

Using telerik rad modal window from rad grid

I have a telerik rad grid. When I select a row on the grid,
 I want to a open telerik rad modal window and display the values in the rad modal window.
I am able to capture the values of the selected using SelectedIndexChanged property of rad grid control.
Please help mewith the pop up window when a row is selected.
Avatar of binaryevo
binaryevo
Flag of United States of America image

Have you thought about using the radgrid built in modal popup for editing rows / fields?  Its as simple as setting the editmode in the MasterTableView.

<MasterTableView Width="100%" PageSize="13" Name="Sectors" DataKeyNames="Sector" EditMode="InPlace">

Avatar of beginner_help
beginner_help

ASKER

I do not want to edit the values in the rad grid. I just want to export the some of values from the selected row to pop up window on the button click.
ASKER CERTIFIED SOLUTION
Avatar of binaryevo
binaryevo
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial