Hello,
I'm new to telerik reporting and I've been trying for a few days to Bind a DataSet to a Table from the code-behind(I want to make it look like a simple table (like simple DataGrid in ASP.NET)). I want to make so the columns and the rows are automatically generated for every DataSet that I give to the Report, so with every DataSet the table will have different columns and rows. I create the dataset codebehind so i cannot use the design view like it's shown in the demos. I've searched the internet for a solution but coudn't find any. The thing is everytime I bind a dataset to the table some cells appear, but there is no data in the cells - they are blank(white as the background). I'm probably missing something but I can't figure out what, I would be grateful of you give me some tips.
Apostol