How can I render the Essential Grid as a static table?
Setting the following attributes of the grid in aspx file gives an appearance of a static table:
Grid: ReadOnly=True, FlatStyle=True, ShowIndicator=False
Grid's TableDescriptor: Allowcolumnresize=False, Allownew= False