NO.I means that I want to put two of dt's Column data in only one GridButtonColumn of the RadGrid.They are in one Column of the RadGrid .Can I do this? If I can not do this ? How can do like that ?
0
Yavor
Telerik team
answered on 03 Jun 2008, 07:15 AM
Hello,
You can use a template column, to nest controls which will be populated from the datatable. You can then utilize Eval/Bind statements to populate the controls(for example labels) which will be used in the template column. Other than that, the standard boundcolumn does not support multiple fields in a single column.