-
大小: 8.74MB文件類型: .rar金幣: 2下載: 0 次發布日期: 2022-03-27
- 語言: 其他
- 標簽: devexpress??gridcontrol??
資源簡介
一些特殊的項目中會出現禁用行的需求,這里分享一個devexpress表格控件gridcontrol實現禁用特定行的案例

代碼片段和文件信息
//?Developer?Express?Code?Central?Example:
//?How?to?disable?a?particular?row?in?the?GridView
//?
//?This?example?demonstrates?how?to?create?a?helper?class?that?allows?you?to
//?enable/disable?rows?with?ease.?A?disabled?row?is?a?row?that?has?a?specific
//?appearance?and?its?in-place?editors?can‘t?be?activated.
//?
//?You?can?find?sample?updates?and?versions?for?different?programming?languages?here:
//?http://www.devexpress.com/example=E2055
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Text;
using?System.Windows.Forms;
using?DevExpress.XtraGrid.Views.Grid;
using?DevExpress.Utils;
namespace?WindowsApplication1
{
????public?partial?class?Form1?:?Form
????{
????????private?static?DataTable?CreateTable(int?RowCount)
????????{
????????????DataTable?tbl?=?new?DataTable();
????????????tbl.Columns.Add(“Name“?typeof(string));
????????????tbl.Columns.Add(“ID“?typeof(int));
????????????tbl.Columns.Add(“Number“?typeof(int));
????????????tbl.Columns.Add(“Date“?typeof(DateTime));
????????????for?(int?i?=?0;?i?????????????????tbl.Rows.Add(new?object[]?{?String.Format(“Name{0}“?i)?i?3?-?i?DateTime.Now.AddDays(i)?});
????????????return?tbl;
????????}
????????public?Form1()
????????{
????????????InitializeComponent();
????????????gridControl1.DataSource?=?CreateTable(20);
????????}
????????private?void?Form1_Load(object?sender?EventArgs?e)
????????{
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????945??2015-02-27?16:29??EnableRow\EnableRow.sln
?????文件???????3584??2015-07-01?22:22??EnableRow\EnableRow.suo
????..A..H.?????25088??2015-07-01?22:33??EnableRow\EnableRow.v12.suo
?????文件????????161??2015-07-01?22:22??EnableRow\WindowsApplication1\app.config
?????文件?????170976??2015-03-02?20:26??EnableRow\WindowsApplication1\bin\Debug\de\DevExpress.Data.v14.2.resources.dll
?????文件??????13280??2015-03-02?20:26??EnableRow\WindowsApplication1\bin\Debug\de\DevExpress.Printing.v14.2.Core.resources.dll
?????文件??????26080??2015-03-02?20:26??EnableRow\WindowsApplication1\bin\Debug\de\DevExpress.Utils.v14.2.resources.dll
?????文件??????76768??2015-03-02?20:26??EnableRow\WindowsApplication1\bin\Debug\de\DevExpress.XtraEditors.v14.2.resources.dll
?????文件??????41440??2015-03-02?20:26??EnableRow\WindowsApplication1\bin\Debug\de\DevExpress.XtraGrid.v14.2.resources.dll
?????文件??????16864??2015-03-02?20:26??EnableRow\WindowsApplication1\bin\Debug\de\DevExpress.XtraLayout.v14.2.resources.dll
?????文件??????23008??2015-03-02?20:26??EnableRow\WindowsApplication1\bin\Debug\de\DevExpress.XtraPrinting.v14.2.resources.dll
?????文件????3579872??2015-03-02?20:26??EnableRow\WindowsApplication1\bin\Debug\DevExpress.Data.v14.2.dll
?????文件????1088772??2015-03-02?20:26??EnableRow\WindowsApplication1\bin\Debug\DevExpress.Data.v14.2.xm
?????文件????3080160??2015-03-02?20:26??EnableRow\WindowsApplication1\bin\Debug\DevExpress.Printing.v14.2.Core.dll
?????文件?????975074??2015-03-02?20:26??EnableRow\WindowsApplication1\bin\Debug\DevExpress.Printing.v14.2.Core.xm
?????文件????5450208??2015-03-02?20:26??EnableRow\WindowsApplication1\bin\Debug\DevExpress.Utils.v14.2.dll
?????文件?????632078??2015-03-02?20:26??EnableRow\WindowsApplication1\bin\Debug\DevExpress.Utils.v14.2.xm
?????文件????4293088??2015-03-02?20:26??EnableRow\WindowsApplication1\bin\Debug\DevExpress.XtraEditors.v14.2.dll
?????文件????1931704??2015-03-02?20:26??EnableRow\WindowsApplication1\bin\Debug\DevExpress.XtraEditors.v14.2.xm
?????文件????2766304??2015-03-02?20:26??EnableRow\WindowsApplication1\bin\Debug\DevExpress.XtraGrid.v14.2.dll
?????文件????1477487??2015-03-02?20:26??EnableRow\WindowsApplication1\bin\Debug\DevExpress.XtraGrid.v14.2.xm
?????文件????1477600??2015-03-02?20:26??EnableRow\WindowsApplication1\bin\Debug\DevExpress.XtraLayout.v14.2.dll
?????文件?????338263??2015-03-02?20:26??EnableRow\WindowsApplication1\bin\Debug\DevExpress.XtraLayout.v14.2.xm
?????文件?????732128??2015-03-02?20:26??EnableRow\WindowsApplication1\bin\Debug\DevExpress.XtraPrinting.v14.2.dll
?????文件?????139826??2015-03-02?20:26??EnableRow\WindowsApplication1\bin\Debug\DevExpress.XtraPrinting.v14.2.xm
?????文件?????176096??2015-03-02?20:26??EnableRow\WindowsApplication1\bin\Debug\es\DevExpress.Data.v14.2.resources.dll
?????文件??????13792??2015-03-02?20:26??EnableRow\WindowsApplication1\bin\Debug\es\DevExpress.Printing.v14.2.Core.resources.dll
?????文件??????26592??2015-03-02?20:26??EnableRow\WindowsApplication1\bin\Debug\es\DevExpress.Utils.v14.2.resources.dll
?????文件??????72160??2015-03-02?20:26??EnableRow\WindowsApplication1\bin\Debug\es\DevExpress.XtraEditors.v14.2.resources.dll
?????文件??????43488??2015-03-02?20:26??EnableRow\WindowsApplication1\bin\Debug\es\DevExpress.XtraGrid.v14.2.resources.dll
............此處省略61個文件信息
- 上一篇:微信公眾號二維碼網站源碼
- 下一篇:北工大歷年真題
評論
共有 條評論