in
Forums
Blogs
Files
Devexpress.Com
Client Center
Support Center
DevExpress Channel

Validating in EditForm

Last post 10/4/2007 3:09 PM by VJ Ganapathy. 0 replies.
Page 1 of 1 (1 items)
Sort Posts:
Previous Next
  • 10/4/2007 3:09 PM

    Validating in EditForm

    After using Client Side validation on EditForm the page still does a postback and erases the error message from screen?.

    Any way to stop that?. I use the following javascript to check is page is valid

     

    function ApproveUpdate(CurStatus)

    {

    if (!ASPxClientEdit.ValidateEditorsInContainerById('FELineTab'))

    {

     return false;

    }

    else

    {

     

    grid.UpdateEdit();

    //grid.BeginUpdate()

    }

     

    }

    Thanks

    VJ 

     

    Filed under: ,
Page 1 of 1 (1 items)
Copyright © 1998-2008 Developer Express Inc.
ALL RIGHTS RESERVED