2017-09-30 14 views
0

は私は問題がありません反応、DevExpress社Gridwiewツールバーカスタムボタン

DevExpress社AspxGridwiewツールバーCustomButtons働いていませんか。?

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

答えて

0

AspxGridview.EnableCallBacks =偽を解決し、

関連する問題