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
655
Empty or Null transaction data MVC .NET. ig_transactions when columns are hidden or set to read only
posted

Issue:

When columns are hidden or set to read only, we get empty data from the transaction. How to fix this issue? We have certain fields we need to hide or not allow the user to edit. We still need the data back in the transaction.

We do this to load transactions in our controller:

GridModel model= new GridModel();
List<Transaction<MyObject>> transactions = model.LoadTransactions<MyObject>(HttpContext.Request.Form["ig_transactions"]);

If the column was set to read only or was hidden, the data for that column field is empty.

Please advise.

Parents
No Data
Reply
  • 17590
    Offline posted

    Hello Don,

    Thank you for posting in our community.

    I noticed that you have a support case opened for the same issue. I have already updated this case with my suggestion and I will continue assisting you there. To summarize, this is a known issue that we have fixed and released with our latest service release for version 15.2, which currently is 15.2.20152.2081.

    Please keep in mind that according to our support policy we handle single support thread per issue in order to ensure that your issue is addressed correctly.

    Thank you for using Infragistics components.

Children
No Data