hi all
how can i sort my grid in 1.0 version? i am binding data on a click event.
and after that calling a function that alters the second column for values.
for ex. on 1st binding my grid is as follows
date status
-----------------------------
01/01/2008
01/02/2008
01/03/2008
and on function call, its
date status
-----------------------------
01/01/2008 P
01/02/2008 A
01/03/2008 P
these status i assigned manually. how can i sort this grid? so that i get it as...
date status
-----------------------------
01/02/2008 A
01/01/2008 P
01/03/2008 P
please help me.
I searched on google so much. but not getting solution. :(
plz help asap.