Not sure whether to use a RadGrid or some other solution here...
I have a database table with x, y coordinate, and a content field.
I want to plot the content in a grid according to the x,y and knowing the size of the total grid, ie 12x6, or 20x10, etc...
Some cells may be empty (no row in the table).
Suggestions?