The toolbar of the grid contains many items that are not required, we'll change that.
It is also possible to change the look-and-feel of the grid. One of the things you might want to change is the number of options that are not always useful:
Property ShowOptions:
You can enable/disable elements of the grid by checking/unchecking these options.
The appearance of the grid can be changed as well by setting the tableclasses property:
Some of the most used options are part of the component itself
ShowColums : allows the user to enable/disable columns.
ShowExport: allows the user to export data in several formats.
It is easy to find out what these properties do, by changing these and generate/run the application.