Forum Moderators: open
How can I display a datagrid (which my page receives from the back-end programming) without it all being in a big <table>?
I'd like to put field data in <div>s instead. Maybe I could iterate through the rows and make my own HTML?
Is there a way to do that?