Issues with Client Binding Batch Update

2 replies. Last post: October 21, 2010 11:17 AM by Dave McGoff
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback
Dave McGoffMember

I am attaching a small sample that show two problems:

1) When I update a value in a cell in a row, then move off of the row, then click back on the row, I get a javascript exception.

2) Not all fields from the grid are being returned to the web service.  Some are blank/null

Steps to reproduce Problem 1:

  1. Run application
  2. Expand France
  3. On first row - change value in the "DaysDurationOfDose" cell from 8 to 7
  4. Hit enter and move to next row
  5. Return to top row by clicking on the PricingDrug cell in that top row
  6. Javascript error will occur

Steps to reproduce Problem 2:

  1. Set a breakpoint in the updateGridCurrentTherapyDosingByVersion Method
  2. Run apllication
  3. Expand France
  4. On first row - Change value in the "DaysDurationOfDose" cell from 8 to 7
  5. click enter
  6. Click "Accept All Changes"
  7. Compare the contents of ClientRowChanges.NewObject to ClientRowChanges.OriginalObject and you will see that the following fields have lost their value
  • Country
  • ForecastCountryID
  • Package
  • PricingDrug
  • PricingDrugID
  • Strength

All times are GMT -5. The time now is 9:39 PM.
Previous Next