Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
365
igtbl:UltraWebGrid help needed
posted

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!