Is there a way to control the default sorting order used when first clicking a grid header? Suppose, I am having two columns one is name and another is downloads. i want to set name as ASC
order and downloads as DESC
on first click on grid header.that means when i first click on download column header it should be display most downloaded first.
Is it possible to set initial sorting order of column?