DevExpress : ASPxGridview Hilight Row when moving mouse over it ทำการไฮไลทข้อมูลใน Gridview เมื่อเอาเมาส์ไปชี้บน Rows ที่เลือกดังรูปด้านล่าง วิธีการทำคือเลือก Properties ของ Gridview
Tag: Gridview
ตัวอย่าง Devexpress ถ้า Detail Gridview ไม่มีข้อมูล ให้ยกเลิกปุมที่กดดู Detail
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using DevExpress.Web.ASPxGridView; using DevExpress.Web.Data; using System.Drawing; using System.Collections;
DevExpress AspxGridview ให้ Focused Textbox เวลา Edit ข้อมูล
เมื่อปรับแต่ง Gridview และปรับให้สามารถ Edit ข้อมูลใน Gridview ได้แล้วแต่ถ้าข้อมูลมีเยอะแล้วอาจจะทำให้เวลากด New แทนที่หน้าจอจะไป Focus ที่บรรทัดที่เพิ่มข้อมูลมันดันไม่เป็นแบบนั้นให้ทำการแก้ไขดังนี้เริ่มจากปรับ Properties ของ Gridview ในส่วนของ Events ของ Gridview ดังรูป แล้วใส่โค้ดลงไปในส่วนของ
Visual Studio 2012 C#.NET Gridview connect to Oracle DB
Visual Studio 2012 C#.NET Gridview connect to Oracle DB 1. download Oracle 11g intall them (link http://www.oracle.com/technetwork/developer-tools/visual-studio/downloads/index.html) 2.download Data Provider Oracle
