I need to assign a datatable as the datasource for the telerik RADGrid. the datatable has datatypes like string, int, bool etc whereas the radgrid columns are of different types (Hyperlink,image etc)
i just need to use the string values in the datatable to build the hyperlink column. can you suggest which event I can use to do this? When i assign a datatable as a datasource to a grid, it assumes the grid column datatypes to be same as the source data types...Am I right??