tags:

views:

18

answers:

0

Hello,

In asp.net the DataGrid supports templates. You can provide your own template and have the grid fill the data in your template.

With Dojo Grid, it seems like I can't make my own template outside of the the rigid simplistic cell style grid that Dojo provides.

Does anyone know a way to use a custom template with Dojo Grid? Specifically, with Dojo you're forced to use a cell that corresponds to a data item. I'm looking to use a table as a template with any styling that I choose (rows,columns,rowspans,colspans, more than one data items in a single cell, etc).

Any clues please?

Thanks