RadGrid question: closing editmode

Last post 11-11-2009 7:54 AM by NNM. 2 replies.

Sort Posts:

  • RadGrid question: closing editmode

    06-26-2008, 5:47 AM
    • Participant
      1,386 point Participant
    • NNM
    • Member since 09-07-2006, 5:04 AM
    • Posts 540

    Hello,

    does anyone know how to "close" "edit mode" in the Telerik RadGrid, from code behind?

     
    NNM 

    Validation Complete
    ========== Build: 1 succeeded or up-to-date, 0 failed, 0 skipped ==========
    I'll always mark your post(s) as answer when it is!
  • Re: RadGrid question: closing editmode

    11-11-2009, 5:57 AM
    • Member
      4 point Member
    • RickRehorst
    • Member since 11-11-2009, 10:55 AM
    • Posts 3

    I noticed that at least after Insert or Update a Rebind takes place.

    I used that event for firing: 

    RadGrid1.MasterTableView.ClearEditItems()

     

    Is that an option?

  • Re: RadGrid question: closing editmode

    11-11-2009, 7:54 AM
    • Participant
      1,386 point Participant
    • NNM
    • Member since 09-07-2006, 5:04 AM
    • Posts 540

    Hi,

    thanks, but this was an old post I should have marked as resolved.

    It was a matter of configuration when mixing autmatic operations with server side code.

    (allowautomaticupdates=true)

    Validation Complete
    ========== Build: 1 succeeded or up-to-date, 0 failed, 0 skipped ==========
    I'll always mark your post(s) as answer when it is!
Page 1 of 1 (3 items)