Hi again Diego,
This should do the trick:
.{yourcustomdatagridclass}{
.table .th .column-header {
display: none;
}
}
Obviously, change the 'yourcustomdatagridclass' parameter with a class name that works for you and make sure the class is added to your DataGrid2.
Good luck!