GridPanel Required Fields

  1. #1

    GridPanel Required Fields

    Hi, when I insert a new data in GridPanel (view example Upadate - SqlData Source, but i use an ObjectDataSource instead with Microsoft Acess DB) and press the button to save, the blank value row is inserted into the Database although the fields are
    AllowBlank="false"
    How can I validate the GridPanel Row when i press the Save Button Before the Data are written into the Database.
    Can give me someone an example?
    Thank.

    P.S. Sorry for my imperfect english
  2. #2
    Hi

    You should set AutoSync property to false. Then store does't send every change to server. It will send changes (insert,delete or updates) to server when run store's sync method (for 1 try save method)

Similar Threads

  1. [CLOSED] Disable Checkbox at GridPanel at required row
    By rnachman in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jan 18, 2012, 12:58 PM
  2. [CLOSED] gridpanel extra columnheader not required
    By seanwo in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Aug 03, 2010, 7:46 PM
  3. [CLOSED] [1.0] Required Fields
    By Timothy in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Jul 15, 2010, 10:57 PM
  4. Replies: 2
    Last Post: Jun 24, 2010, 7:56 AM
  5. Replies: 1
    Last Post: Jan 26, 2010, 10:57 AM

Posting Permissions