﻿
var Master_KundenInfokeyValue;

function Master_KundenInfoPopup_Shown(s, e) {
    Master_ASPxKundenInfoCallbackPanel.PerformCallback(Master_KundenInfokeyValue);
}
function Master_ShowKundeninfoWindow(s) {
    Master_KundenInfokeyValue = s.GetValue();
    if (Master_KundenInfokeyValue != null) {
        Master_KundenInfoPopup.Show();
    }
}

function Master_KundenauswahlChange(s) {
    var mainElement = s.GetMainElement();
    mainElement.title = '';
}

function Master_ShowKundensucheWindow() {
    Master_KundensuchePopup.Show();
}

function Master_ShowPMOKundenColumnPopup(element) {
    Master_PMOKundenGridColumnpopup.ShowAtElement(element);
}
function Master_ShowLaborKundenColumnPopup(element) {
    Master_LaborKundenGridColumnpopup.ShowAtElement(element);
}
function Master_ShowVorlagenKundenColumnPopup(element) {
    Master_VorlagenKundenGridColumnpopup.ShowAtElement(element);
}

