This is a migrated thread and some comments may be shown as answers.

[Solved] grid from list of coordinates

1 Answer 8 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
M
Top achievements
Rank 1
M asked on 18 Jan 2012, 09:58 PM
I have a database table that contains a bunch of tables of varying dimensions in it.

The table schema is simple:(ID, TableID, Row, Column, Value).
Each row in the source table represents a cell in a table.

Row and Column are integers that represent coordinates in the original table.
For instance, (0, 0) would be the upper left cell.

Value is the contents of that cell (and would always be a plain string).

I was asked to use a Telerik grid rather than a plain HTML table in order to maintain UI consistency with the Telerik grids elsewhere in our app.

Is it possible to build a Telerik grid one cell at a time?
If not, how else could I do this?
I can't change the source database.

Thanks,
M. Freeman

1 Answer, 1 is accepted

Sort by
0
M
Top achievements
Rank 1
answered on 19 Jan 2012, 01:54 PM
Never mind.

I was able to construct a System.Data.DataTable and bind to that.
Tags
Grid
Asked by
M
Top achievements
Rank 1
Answers by
M
Top achievements
Rank 1
Share this question
or