Tag: Detail Grid get Instant

DevExpress : Get ID from Detail Gridview

เมื่อเราใช้ Master Grid แล้วมี Detail Grid ซ้อนอยู่ในส่วนของ Master Grid เวลาจะเรียกใช้จะต้องทำภายใต้ OnInit protected void ASPxGridView2_Init(object sender, EventArgs e) { GridViewDataTextColumn colTotal = new GridViewDataTextColumn(); colTotal.Caption = "คงเหลือ"; colTotal.FieldName = "Total2"; colTotal.UnboundType…