Hi Barak,
Thank you for contacting Syncfusion support.
Please find the requested details below.
Query 1: How to change from left to right and right to left. |
You can change the FlowDirection in SfDataGrid from Right to Left or Left to Right using SfDataGrid.FlowDirection property as like below code example.
XAML code snippet
<syncfusion:SfDataGrid x:Name="datagrid"
ColumnSizer="Star"
AllowFiltering="True"
AllowEditing="True"
FlowDirection="RightToLeft"
AutoGenerateColumns="False"
ItemsSource="{Binding OrderInfoCollection }"> |
|
Query 2: changed the tabbed clicked of the column |
We couldn’t understood your requirement clearly with these details, so could you please share more details about your requirement along with video illustration or screenshot if possible. There by we could analyze further and update you with the appropriate solution at the earliest. |
Please let us know if you have any other questions.
Regards,
Gnanasownthari T.