I have a problem ,
Devexpress AspxGridwiew ToolBars CustomButtons Not working.?
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;
}
SOLVED
AspxGridview.EnableCallBacks = False ;