3.2.0

how i can do with out sort a grid when i click header

i designed one small application using Grid
it contains some data.
my problem is when i click the header it will automatically sorted in order
but i will n't that one.
how i can do that

laxman
August 23,
You can cancel header click event -

obj.onHeaderClicked = function(col){
    return 1; // cancel
}
Alex (ActiveWidgets)
August 24,

This topic is archived.

See also:


Back to support forum