:: Forum >>

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
Wednesday, August 23, 2006
You can cancel header click event -

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

This topic is archived.


Back to support forum

Forum search