I have a Radgrid with a template edit form, which has update & cancel buttons. All functions work fine, except with some data records.
With those records, when I click the update button, the ItemCommand event is called with RadGrid.UpdateCommandName, but e.Canceled is already set to true, so the record is never updated. I have tried removing all validation, but that makes no difference. If I capture the the RadGrid.UpdateCommandName event and set e.Canceled to false, the record is updated no problem.
So I'd really like to know what might be causing the RadGrid to set Canceled = true?
Thanks for any info.
With those records, when I click the update button, the ItemCommand event is called with RadGrid.UpdateCommandName, but e.Canceled is already set to true, so the record is never updated. I have tried removing all validation, but that makes no difference. If I capture the the RadGrid.UpdateCommandName event and set e.Canceled to false, the record is updated no problem.
So I'd really like to know what might be causing the RadGrid to set Canceled = true?
Thanks for any info.