Hi Peter,
You can achieve this styling by adding custom styles in your custom.css file
For example :
.mx-grid-custom .mx-grid-searchbar .mx-grid-search-inputs{
text-align:right;
}
2. Add the class name mx-grid-custom in your data grid properties
Hope this will do the needful, Thanks!