Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ Library : Other (not classified elsewhere) » How to disable the sort of the gridctrl with respect a given column
How to disable the sort of the gridctrl with respect a given column [message #6810] Wed, 29 November 2006 11:09 Go to next message
forlano is currently offline  forlano
Messages: 1182
Registered: March 2006
Location: Italy
Senior Contributor
Hello,

I like the sort with respect some column, but I want to prevent that of some other columns. Any idea?

Luigi
Re: How to disable the sort of the gridctrl with respect a given column [message #6816 is a reply to message #6810] Wed, 29 November 2006 12:10 Go to previous messageGo to next message
unodgs is currently offline  unodgs
Messages: 1366
Registered: November 2005
Location: Poland
Ultimate Contributor

forlano wrote on Wed, 29 November 2006 05:09

Hello,

I like the sort with respect some column, but I want to prevent that of some other columns. Any idea?

Luigi


Not implemened.. Adding to TO-DO. (Exepect it in the new official release (probably in next dev))
Re: How to disable the sort of the gridctrl with respect a given column [message #6822 is a reply to message #6816] Wed, 29 November 2006 15:37 Go to previous messageGo to next message
Ulti is currently offline  Ulti
Messages: 108
Registered: September 2006
Experienced Member
does your gridctrl support copy-paste a set of cells now?

[Updated on: Wed, 29 November 2006 15:38]

Report message to a moderator

Re: How to disable the sort of the gridctrl with respect a given column [message #6824 is a reply to message #6822] Wed, 29 November 2006 15:43 Go to previous messageGo to next message
unodgs is currently offline  unodgs
Messages: 1366
Registered: November 2005
Location: Poland
Ultimate Contributor

Ulti wrote on Wed, 29 November 2006 09:37

does your gridctrl support copy-paste a set of cells now?


It supports "normal" and rectangular selections, however I have not implemented copy-paste for it (I always wanted, but bacause my apps didn't needed that feature I moved it in time again and again..). It will be there before gridctrl hits 1.0. I'm working on grid hard now so it should be in upcoming dev (maybe in the next).
Re: How to disable the sort of the gridctrl with respect a given column [message #6825 is a reply to message #6824] Wed, 29 November 2006 15:49 Go to previous messageGo to next message
Ulti is currently offline  Ulti
Messages: 108
Registered: September 2006
Experienced Member
Thanks,to build a GridCtrl,it really a lot work to do. Smile
Re: How to disable the sort of the gridctrl with respect a given column [message #7624 is a reply to message #6816] Thu, 11 January 2007 00:52 Go to previous messageGo to next message
forlano is currently offline  forlano
Messages: 1182
Registered: March 2006
Location: Italy
Senior Contributor
unodgs wrote on Wed, 29 November 2006 12:10

forlano wrote on Wed, 29 November 2006 05:09

Hello,

I like the sort with respect some column, but I want to prevent that of some other columns. Any idea?

Luigi


Not implemened.. Adding to TO-DO. (Exepect it in the new official release (probably in next dev))



Hello,

I would like to know if the above option is present in the current release. I've tried the 701-dev without to find it.
Thanks,

Luigi
Re: How to disable the sort of the gridctrl with respect a given column [message #7627 is a reply to message #7624] Thu, 11 January 2007 10:53 Go to previous messageGo to next message
unodgs is currently offline  unodgs
Messages: 1366
Registered: November 2005
Location: Poland
Ultimate Contributor

forlano wrote on Wed, 10 January 2007 18:52


I would like to know if the above option is present in the current release. I've tried the 701-dev without to find it.


Yes, it is Smile I forgot to metion it..
grid.AddColumn("c0").NoSortable()

Should work, have not tested...
Re: How to disable the sort of the gridctrl with respect a given column [message #43433 is a reply to message #7627] Tue, 29 July 2014 16:06 Go to previous messageGo to next message
bushman is currently offline  bushman
Messages: 134
Registered: February 2009
Experienced Member
unodgs wrote on Thu, 11 January 2007 04:53

Yes, it is Smile I forgot to metion it..
grid.AddColumn("c0").NoSortable()

Should work, have not tested...


Neither
grid.NoSortable();
nor
grid.NoClickable();
seem to be working for me, although grid not sortable
grid.Sortable(false);
call is OK.

Tks.
Re: How to disable the sort of the gridctrl with respect a given column [message #43435 is a reply to message #43433] Tue, 29 July 2014 21:16 Go to previous message
unodgs is currently offline  unodgs
Messages: 1366
Registered: November 2005
Location: Poland
Ultimate Contributor

Thanks. I'll try to fix all these cases..
Previous Topic: Problem displaying using TURTLE
Next Topic: How to suspend/resume cmd.exe
Goto Forum:
  


Current Time: Fri Mar 29 07:31:01 CET 2024

Total time taken to generate the page: 0.01852 seconds