Align Datagrid Center on a Page
Reference the following based on http://stackoverflow.com/questions/114543/how-to-center-div-in-div :)
#inner {
width: 50%; // or the width of the grid
margin: auto;
}
Reference the following based on http://stackoverflow.com/questions/114543/how-to-center-div-in-div :)
#inner {
width: 50%; // or the width of the grid
margin: auto;
}