I need to write a logic so that ColumnListType's property is set to type:'Navigation' only on certain values. On writing the logic in onAfterRendering(), once i set the type inside onAfterRendering() , it gets override by the type:'Inactive' which is set by default in my xml view. Only the type property gets rendered after the execution of onAfterRenderin(). why so ?
Please have a look at ,