Results 1 to 2 of 2

Thread: [RESOLVED] DataGrid Problem Screen Pic Add

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jan 2005
    Location
    Canada
    Posts
    141

    Resolved [RESOLVED] DataGrid Problem Screen Pic Add

    Problem is when we click on check box value change
    but effect of these changes in DataTable after execution of

    CurrentCellChanged(object sender, System.EventArgs e)
    Evenet

    We have just Two check boxes First check Box value Update when
    cursor Move to Second Check Box .How we update Second Check Box Value.
    bcoz We have just two Row.
    Attached Images Attached Images  
    Last edited by Waseemalisyed; Jun 26th, 2005 at 11:03 PM.

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: DataGrid Problem Screen Pic Add

    I don't think the data source is updated until the row is validated. Moving focus elsewhere should achieve this. Also, I THINK that calling Validate on the form should have the desired effect.

    As an aside, a note about your DateTimePicker. If you are using it to display time only, I would suggest setting ShowUpDown to True. This will prevent the user displaying the calender and also allow them to increment the time using up and down buttons like a NumericUpDown control.

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