i have a an ultrawebgrid which holds about 3000 rows, i don't use a pager, all the rows are in a single page and i'm having trouble with sorting it.
since using the built in sort functions takes to much time since the table is very big, my last resort was just editing the sql query and rebinding the grid.
the thing is, after implementing the sortcolumn handler, the grid just ignores the code written there and does nothing. even a simple "Response.write()" gives out nothing inside the function which leads me to believe it's just being ignored. another wierd thing is that the grid is cleard of all data after any postback which orginiates with it, [like columnsort, dblclick and such...]
can some on shed some light on this ? help me figure out what to do ?
thanks, asaf.