Hi Alis,
Thanks for contacting Syncfusion support.
You can achieve your requirement by using custom CSS. Please find the below snippet.
.e-grid .e-gridheader .e-rightalign .e-sortfilterdiv {
float: right;
margin: -15px -14px; //calculate as per your column width
} |
If you have faced any issue while using this css, Please get back to us with the Grid code. That will help us to provide a better solution as soon as possible
Regards,
Hariharan