Data Grid Table columns sorting

Anything beyond the basics in using the LiveCode language. Share your handlers, functions and magic here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
marcha
Posts: 5
Joined: Wed Mar 03, 2010 1:15 pm

Data Grid Table columns sorting

Post by marcha » Wed Mar 03, 2010 1:33 pm

Hi,
I would like to turn the column sorting to off and do not want to be able to sort
I tried
-via script or
-property inspector >> columns > sort by column checked for off

the latter didn't work so I tried this script:

set the dgProps["sort by column"] of group "DataGrid 1" to "false"

this didn't work either

any ideas greatly appreciated
thanks for your help

trevordevore
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 1005
Joined: Sat Apr 08, 2006 3:06 pm
Location: Overland Park, Kansas
Contact:

Re: Data Grid Table columns sorting

Post by trevordevore » Wed Mar 03, 2010 5:12 pm

Trevor DeVore
ScreenSteps - https://www.screensteps.com

LiveCode Repos - https://github.com/search?q=user%3Atrevordevore+topic:livecode
LiveCode Builder Repos - https://github.com/search?q=user%3Atrevordevore+topic:livecode-builder

marcha
Posts: 5
Joined: Wed Mar 03, 2010 1:15 pm

Re: Data Grid Table columns sorting

Post by marcha » Thu Mar 04, 2010 4:57 pm

Thanks Trevor this helped and thanks for pointing me towards some new training resources.

trevordevore
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 1005
Joined: Sat Apr 08, 2006 3:06 pm
Location: Overland Park, Kansas
Contact:

Re: Data Grid Table columns sorting

Post by trevordevore » Thu Mar 04, 2010 5:00 pm

No problem. The manual I pointed you to is where you can find all things Data Grid.
Trevor DeVore
ScreenSteps - https://www.screensteps.com

LiveCode Repos - https://github.com/search?q=user%3Atrevordevore+topic:livecode
LiveCode Builder Repos - https://github.com/search?q=user%3Atrevordevore+topic:livecode-builder

Post Reply

Return to “Talking LiveCode”