Hi !
I try to manage default sorting on my grid. I add this markup into the MasterTableView :
<
SortExpressions
>
<
telerik:GridSortExpression
FieldName
=
"Prenom"
SortOrder
=
"Descending"
/>
</
SortExpressions
>
But the datas are not sorted and the code :
$find(
'RadGrid1'
).get_masterTableView().get_sortExpressions()
return an empy array.
Is it normal ?