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
190
Xamdatagrid LoadCustomizations
posted

 For our project we save and load layouts using the built in xamdatagrid.Load/SaveCustomizations methods. For our grid, we apply custom logic when a filter is applied to the grid by looking at the Record Filter Changed event of the grid, but this event is never fired when we load customizations, even though it applies filters. Does anyone have any suggestions on how to handle this (possibly how to know when all customizations have been loaded)?  We have tried looking at the Field Layout Initialized event, and although it fires based on the customizations we load, the field layout doesn’t contain the record filters at the point that the event is fired.