Devexpress Gridwiew Toolbars Custom Buttons No reaction

59 views Asked by At

I have a problem ,

Devexpress AspxGridwiew ToolBars CustomButtons Not working.?

enter image description here

Event

 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

1

There are 1 answers

0
Ömer Çarnaçar On BEST ANSWER

SOLVED

AspxGridview.EnableCallBacks = False ;