Results 1 to 4 of 4

Thread: Is the datagrid the only editable grid on a PPC

  1. #1

    Thread Starter
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    Is the datagrid the only editable grid on a PPC

    I want to allow users to enter data next to a kids name in a grid-like setting.

    It appears the datagrid can only be used in a bound mode - I was looking to do this without a bound control.

    Any other editable controls that appear grid like??

    Right now I'm displaying in a listview - and need to make this app read/write instead of display-only.

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

  2. #2
    Frenzied Member
    Join Date
    Oct 2005
    Posts
    1,286

    Re: Is the datagrid the only editable grid on a PPC

    Hi,
    it doesnt' need to be bound - http://samples.gotdotnet.com/quickst...idediting.aspx shows one way to edit it.
    Resco do a 3rd party grid that may help - http://www.resco.net/developer/smartgrid/default.asp#

    Pete
    Pete Vickers
    MVP - Device Application Development
    http://www.gui-innovations.com http://mobileworld.appamundi.com/blogs/

  3. #3

    Thread Starter
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    Re: Is the datagrid the only editable grid on a PPC

    Thanks for the links...

    After hashing this around in my head for a while I decided to go down a path of using a sliding bar to change values in a label - along with displaying 4 letters they can click on to set those values.

    Basically the range is 0-99 or A, E, M or R.

    With these PPC's you certainly do have to think outside the box for what an easy and clear method of data entry will be.

    When I'm done maybe I'll try to put a screen shot here for others to see.

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

  4. #4
    Frenzied Member
    Join Date
    Oct 2005
    Posts
    1,286

    Re: Is the datagrid the only editable grid on a PPC

    Hi,
    I agree - PPC design for input is certainly different. Trying to keep keying-in to a minimum, and catering for screen sizes, portrait and landscape is certainly a challenge.

    These windows forms guys don't realise how easy life is

    Pete
    Pete Vickers
    MVP - Device Application Development
    http://www.gui-innovations.com http://mobileworld.appamundi.com/blogs/

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width