Hi Brian
Thanks for contacting Syncfusion support.
We have analyzed your query and we can perform the sorted columns using tag helper based on the following way.
Refer the code example
<ej-grid id="Grid" datasource=ViewBag.datasource allow-paging="true" allow-sorting="true" allow-multi-sorting="true" >
<e-sort-settings>
<e-sorted-columns>
<e-sorted-column field="CustomerID" direction="Ascending" />
<e-sorted-column field="Freight" direction="Ascending" />
</e-sorted-columns>
</e-sort-settings>
<e-columns>
...
</e-columns>
</ej-grid>
|
Also based on your suggestion we will complete the document and let you know once we refreshed online.
Please let us know if you need further assistance.
Regards,
Manisankar Durai.