Category: Devexpress

DevExpress : XRBarCode เมื่อเครื่อง Scan barcode ทำการ Scan แล้วได้ตัวเลขเกิน

DevExpress : XRBarCode เมื่อเครื่อง Scan barcode ทำการ Scan แล้วได้ตัวเลขเกิน ปัญหา : เวลา XRBarCode ถูก Scan ด้วยเครื่องอ่าน BarCode แล้วได้ตัวเลขเพิ่มมาเช่นบัตรนักศึกษาปกติ 135750603230-2 แต่พอ Scan ดันได้ 135750603230-2U มีตัว U เพิ่มมา วิธีการแก้ไข : ต้องปรับ Properties ของ XRBarCode…

DevExpress : ASPxGridview Hide Command Column by ASPxGridView.CustomButtonInitialize Event

protected void ASPxGridView1_CommandButtonInitialize(object sender, ASPxGridViewCommandButtonEventArgs e) { if (e.VisibleIndex == -1) return; switch (e.ButtonType) { case ColumnCommandButtonType.Edit: e.Visible = EditButtonVisibleCriteria((ASPxGridView)sender, e.VisibleIndex); break; case ColumnCommandButtonType.Delete: e.Visible = DeleteButtonVisibleCriteria((ASPxGridView)sender, e.VisibleIndex); break; }…

การเรียกใช้ Control object ของ Masterpage ใน Class

การเรียกใช้ Control object ของ MasterPage ใน Class เช่นตัวอย่างการทำ Popup Status ในหน้า Master Page และทำการเรียกใช้งานผ่าน Class โดยจะต้องอ้างอิงถึง Control ในหน้า MasterPage ด้วย   1. เริ่มจากวาง Control object ลงใน MasterPage ในส่วนของ <form></form> <dx:ASPxPopupControl…

DevExpress : ปัญหา GridView เมื่อ Update Filed ที่เป็นตัวเลขแล้วมัน Error

DevExpress : ปัญหา GridView เมื่อ Update Filed ที่เป็นตัวเลขแล้วมัน Error เช่นเมื่อพิมพ์ตัวเลขหลักพันจะมีสัญลักษณ์ลูกน้ำคันระหว่างตัวเลขสามหลักดังภาพด้านล่าง   วิธีแก้ไขคือให้คลิ้กขวาที่ ASPxGridView แล้วเลือก Column แล้วทำการปรับ Properties ของ Column ที่มีปัญหาในส่วนของ MaskSettingsดังภาพ