Hi,
1) I create radgrid datasource from datatable dynamically(headers are not fixed).how to change the columnspan ,rowspan and change style of entire row.
1)You can dynamically add an ItemDataBound event handler for the grid and try the following code to set the row span, column span and row styles for the grid:
c#: