Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
845
Grid uneditable after second click of a button in a WARP
posted

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?

Parents
No Data
Reply
  • 7694
    posted

     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 at
    http://ko.infragistics.com/support/

    Thanks.

Children
No Data