I have a requirement to to have the View Tabs/Buttons located on the right side with the paging buttons on the left.
I have found the fix_tab_position config, but it does not seem to be working.
var scheduler = new DHXScheduler(controller)
{
LoadData = true,
EnableDataprocessor = false,
Skin = DHXScheduler.Skins.Terrace,
InitialView = views.ElementAt(1).Get(“name”),
Config =
{
fix_tab_position = false,
show_loading = true,
I am I missing another setting ???
Using version 3.3.8.1