PDA

View Full Version : Can I turn an excisting table into a grid



nokiko
17 Jan 2007, 12:53 AM
Hi

I have an asp.net page that wi want to include the grid in. Is it possible to make an allready created html table into a grid. The examples i have seen so far all are dynamically build up in code or from datasets

thanks

Armand

Animal
17 Jan 2007, 1:15 AM
You could write an HTMLTableDataModel which extends AbstractDataModel, and provides data from a hidden HTML table. Sholdn't be too difficult - you'd only have to override a few methods.