[Gambas-user] [ASK] How to sort Gridview?
    charlesg 
    charles at ...1784...
       
    Thu Oct 14 07:53:34 CEST 2010
    
    
  
Use columnclick event, clear gridview, sort data, redisplay. Use data event
if you have thousands of data.
> PUBLIC SUB Form_Open()
>   GridView1.columns.count = 2
> END
> 
> PUBLIC SUB GridView1_ColumnClick(colm AS Integer)
>   PRINT Colm
> END
> 
rportnoy wrote:
> 
> Hey bro, how could I order by any column by clicking on its
> ColumnHeader?.:confused:
> 
-- 
View this message in context: http://old.nabble.com/-ASK--How-to-sort-Gridview--tp29958078p29959457.html
Sent from the gambas-user mailing list archive at Nabble.com.
    
    
More information about the User
mailing list