Devexpress Gridview Toolbars Custom Buttons 无反应

Devexpress Gridwiew Toolbars Custom Buttons No reaction

我有问题,

Devexpress AspxGridwiew 工具栏自定义按钮不工作。?

enter image description here

事件

 protected void ASPxGridView1_CustomButtonCallback(object sender, ASPxGridViewCustomButtonCallbackEventArgs e)
    {
        if (e.ButtonID != "Detay") return;
        id = ASPxGridView1.GetRowValues(ASPxGridView1.FocusedRowIndex, "ID").ToString();
        ASPxPopupDetay.PopupHorizontalAlign = PopupHorizontalAlign.WindowCenter;
        ASPxPopupDetay.PopupVerticalAlign = PopupVerticalAlign.WindowCenter;
        ASPxPopupDetay.Modal = true;
        ASPxPopupDetay.ShowOnPageLoad = true;
    }

ScreenCast

已解决

AspxGridview.EnableCallBacks = 错误;