简体   繁体   中英

DataGrid - TemplateFields with multiple datatypes for one column

Can I possibly do this with DataGrid

|column1 | column 2   |
|r       | radiobutton| 
|s       | string     |

The entire DataGrid is to built dynamically from the server side code, so I can not define TemplateColumns/Fields at design time to hold radiobutton/label control

Will greatly appreciate any insights on how to do this

Not 100% sure of your question - but you could use the ItemDataBound event, find the control you need in the item template or alternating item template - and then set the appropriate value.

http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.datagrid.itemdatabound.aspx

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM