BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
Hi
as you can see in the attached first clip, my app throw an exception when I move the cursor outside the new row (only for ComboBox column), and it crash if I try to create a new row, as you can see in.
In both cases the grid is deserialized on "form load" event, with this options:
private static DeserializationOptions Deseralization()
{
deserializationOptions.DeserializeColumns = true;
deserializationOptions.DeserializeFiltering = true;
deserializationOptions.DeserializeGrouping = true;
deserializationOptions.DeserializeGroupSummaries = true;
deserializationOptions.DeserializeSorting = true;
deserializationOptions.DeserializeStyle = false;
return deserializationOptions;
}
In debug I can't intercept and manage any of this exceptions, because are internal to yours libraries.
It's very important and urgent to resolve these problems.
Attachment:
Hi Saverio,
We are currently checking your reported issue with provided information and we
need two more business days to validate this. We will update you with further
details on Jan 06, 2023.
Regards,
Vijayarasan S
Saverio,
We regret to let you know that it is not possible to find the exact cause for
the reported issue without reproducing it on our end and only with the provided
details. By default, when the DataGrid is a Mouse move operation, the reported
stack traces will be called, and we are not facing any kind of exception as in
your reported case.
Here, we have attached the tested sample and a video demo
for your reference. Please have a look at this. Could you please confirm if we
missed anything? If you are still facing the reported issue, revert to us with
the modified sample and steps to replicate the issue. It will be helpful for us
to check on it and provide you with a solution as soon as possible.