C
Coder Coder
Hello,
In a datagrid, when you do sorting on a column, and you have your sort
expression, they way I understand it is that you query the database
again and
'order by' sortexpression.
Is this the only way? I have a lot of data coming back from the
database, so doing another query is going do it.
- Thanks
In a datagrid, when you do sorting on a column, and you have your sort
expression, they way I understand it is that you query the database
again and
'order by' sortexpression.
Is this the only way? I have a lot of data coming back from the
database, so doing another query is going do it.
- Thanks