I am using a dgrid to reurn my results from a query. I am looking for a solution to do this in strictly HTML and cant find a solution. Does anyone have a very basic example.
This is what I am doing right now.
| <div data-dojo-type="dijit/layout/ContentPane" id="ScrollGridContainer" title="Scroll Grids"> | | | | | | |
<div class="gridclassheader">Unique Species Observations:</div>
<div id=text style="font-size:small; line-height: 40%; text-align:center; padding:0px;">.</div>
<div id="gridNoColumnSets55" class="gridclassGrid"></div>
</div>
I ATTACHED the JavaScript as it was not formatting correctly when I tried to put in the post....
Just looking for an easy way to grab the result of the query and use HTML to format the returned results in my app. I am using printThis to allow the user to print the results of the query and map but the dgrid does not hold up...which is why I am trying to return the results to html which I can then format via CSS......
Can anyone help?