Welcome Guest Search | Active Topics | Sign In | Register

Grid - Code Samples and Help with Edit Options
Joe Garro
Posted: Thursday, December 27, 2007 8:11:09 AM
Rank: Member
Groups: Member

Joined: 9/12/2007
Posts: 20
Hello,

I'm interested in using the Grid for editting records, especially using the "Excel style" on the fly edits. I'm having a hard time finding code samples and help with this topic.

Please help
Thanks

Joe

PS. Currently running in Demo mode, does the Grid still function fully?
eo_support
Posted: Thursday, December 27, 2007 8:19:07 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,088
Hi Joe,

The demo project contains the excel style sample which shows you how to use that feature. Also, all our controls are fully functional in demo mode. The only difference is it may display a license warning message without a license.

Thanks
Joe Garro
Posted: Thursday, December 27, 2007 9:08:32 AM
Rank: Member
Groups: Member

Joined: 9/12/2007
Posts: 20
Thanks forgot about those. :)

One questions though, how does the grid handle updating the data? I don't see any reference to an update SQL statement. Is that something the demo does not have and you would need to run a manual update statement on the cells that changed??

Thanks
Joe
eo_support
Posted: Thursday, December 27, 2007 9:19:23 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,088
Hi Joe,

The Grid functions pretty much like a table that holds data for you. When user changes the data, it tells you which cell has been changed to what value. You will need to write your own code to save the changes back to your data source (whatever it may be) based on the information the Grid provided to you.

Thanks


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.