I have "selected" checkbox column in PXGrid, when i checked it then page postback and checked state does not lost, But when i click on Custom Action button then checked checkbox, unchecked, what should i do to persist checkbox state?
In Action button click, I am opening a Dialogbox, here all checkbox unchecked, PrimaryView and dialogbox data-member are different.
what should i do to persist checkbox state?
yourviewname.Cache.Persist(PXDBOperation.Update);