Good day, I need help.
1. Firstly, I want to automatically sort by a column on load
<DisplayLayout AllowSortingDefault="Yes" RowSizingDefault="Free" Version="4.00" HeaderClickActionDefault="SortSingle" BorderCollapseDefault="Separate" EnableInternalRowsManagement="True" Name="grid" SortIndicator="Ascending">
2. Secondly ,The below code selects & returns value only when a specific cell in the row is clicked. Is it possible for any cell within the row & also highlighting the cicked row. <RowSelectorStyleDefault Cursor="Hand" CssClass="rowBrowse"></RowSelectorStyleDefault>
Please Assist!