Editing fields in a datagrid

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
phaworth
Posts: 592
Joined: Thu Jun 11, 2009 9:51 pm

Editing fields in a datagrid

Post by phaworth » Mon May 03, 2010 11:56 pm

The basic properties of a datagrid allow you to specify if text editing is allowed. Is there a way to allow text editing in some columns but not in others?
Thanks,
Pete

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

Re: Editing fields in a datagrid

Post by trevordevore » Tue May 04, 2010 7:30 pm

See the dgColumnIsEditable property.

Data Grid Properties
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

phaworth
Posts: 592
Joined: Thu Jun 11, 2009 9:51 pm

Re: Editing fields in a datagrid

Post by phaworth » Wed May 05, 2010 11:06 pm

Thanks Trevor.

Post Reply