I want to retrieve a data row (from the Recorded data table of the form) and load it to the bizform. I have this code in my web part:protected override void OnLoad(EventArgs e) { ... QueryM...
I have a custom web part containing one bizform which serves as a filter for UniGrid. I've migrated from kentico 7 to 8 and now the form doesn't update the data. For instance I try to tick one opt...