RE: sort to top
Date: Wed, 14 Jul 2004 04:18:03 -0700
You did not specify whether you re using a datagrid or not, if it is datagrid, sorting is very easy in that...
"usha" wrote:
> Depending on a column value , i want to display the rows .
> That is if the col1 has val1 i want it in the beginning rows of the
> grid(sorting to top)
> Is there a way to do?
> thanks.
>
>
>
>
>
Relevant Pages
- Apply DataView.Sort once, for sorting snapshot, data update should not resort
... Is there anyone who knows how I can use a datatable, dataview (and datagrid) ... and have the sorting that I specify, DataView.Sort="col dir", to only be ... (microsoft.public.dotnet.framework.adonet) - Re: ASP.NET Datagrid sorting
... I think for this type of sorting, you can do client side sorting. ... Other option is to have custom paging in your datagrid, ... > IntegerValue StringValue CurrencyValue ... (microsoft.public.dotnet.framework.aspnet) - RE: Datagrid sort
... this way I do not need to launch the SQL query again. ... >> My question is about the datagrid sorting. ... >> columns but I donÂīt want to run the SQL query again. ... >> loosing the datatable every time the sorting function is launched. ... (microsoft.public.dotnet.general) - Re: Datagrid sort
... > this way I do not need to launch the SQL query again. ... >>> My question is about the datagrid sorting. ... >>> columns but I donīt want to run the SQL query again. ... (microsoft.public.dotnet.general) - Re: Disable Sorting in VB.NET
... This problem sounds very strange since the DEFAULT of a DataGrid is NO ... the DataGrid's SortCommand event handler as well as define the sort criteria ... for each column of the DataGrid for sorting to work. ... > Private Sub datagrid_MouseDown(ByVal sender As Object, ... (microsoft.public.dotnet.languages.vb) |
|