acumatica - Hide Columns in a Grid -
is possible dynamically hide columns in grid (using aef). example, based on conditions want hide columns in graph dynamically.
i have used rowselectedevent , have tried use pxuifield visibility functionality not hiding column. there way hide columns graph?
rowselected should work. check correctness of typed:
1. rowselected should protected.
2. check pass rowselected pxcache , pxrowselectedeventargs
3. check in setvisible method pass proper column
4. check pass in method setvisible proper view
5. check didn't forget passed not view cache property of view
6. check chosen correct dac class. sometime 2 different dac classes can represent same table ( exapmple apregister, apinvoice. or poorder, poorder2 )
here sample working project:
protected void poorder_rowselected(pxcache sender, pxrowselectedeventargs e) { pxuifieldattribute.setvisible<poorderext.allamt>(this.vendororders.cache, null, false); //this code hides column in grid }
Acumatica - Hide Columns In A Grid - >>>>> Download Now
ReplyDelete>>>>> Download Full
Acumatica - Hide Columns In A Grid - >>>>> Download LINK
>>>>> Download Now
Acumatica - Hide Columns In A Grid - >>>>> Download Full
>>>>> Download LINK 2A