I have to WARP with a Grid and a Button inside, I force the update of one WARP when the other update with this javascript code: string jsRefresh = "__doPostBack('" + updateButtonID + "',''); "; string js = "" + jsRefresh + ""; LiteralControl child = new LiteralControl(js); this._updatePn.Controls.Add(child); but after the second one make a postback the first one become not editable... There are someone with the same issue?
Hello,
I am trying to reproduce the issue, unfortunately to no avail. I believe at this point it is best to contact our Developer Support department directly - they can be reached athttp://ko.infragistics.com/support/
Thanks.