Rank: Newbie Groups: Member
Joined: 12/26/2010 Posts: 4
|
Sir,
My problem is i have to open the Modal Popup Window from Grid that contain the ButtonColumn and i have to open the window on that "ButtonColumn" and make sure that "Modal Popup" must contain the Grid with Data
i also need "AutoGeneratedColumns" property in Grid... if this is possible in your grid then please mention how to incorporate that, thanks in advance
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
We have already answered how to handle Grid's click event in your previous post. As to the modal popup part, you will need to look into our dialog control.
Our Grid does not have AutoGeneratedColumns property and we do not plan to add it because there can be multiple acceptable column type for the same data field. You must either declare all the columns statically in your .aspx file or write the code to dynamically create columns.
Thanks!
|