Hi all,
after a couple of days of looking for a solution to my problem, I hope you'll be able to help me.
I am getting the "Cannot deserialize" error when attempting to add a new row in my child band.
Here is my aspx:
<
Then, my code-behind :
protected
void Page_Load(object sender, EventArgs e){((FundsCreationPage) Page).PartRetrievedForFaf += swapsAccountsUc_PartRetrievedForFaf;}
/// <summary>
/// The part has been retrieved. The swaps grid is bound to its swaps.
/// </summary>
private void swapsAccountsUc_PartRetrievedForFaf(object sender, CougarEventArgs e)
{
CurrentPart = e.InnerPart;
SwapsAccountsHGrid.DataBind();
}
Hope you'll be able to help me find the solution to this issue.
Regards.
We see a similar error when filtering.