This question is locked. New answers and comments are not allowed.
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
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