Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
8202 | Oct 27,2003 02:10 PM UTC | Nov 5,2003 10:27 AM UTC | WinForms | 7 |
![]() |
Tags: GridControl |
private TextBox theTextBox; private void Form1_Load(object sender, System.EventArgs e) { theTextBox = new TextBox(); } private void gridControl1_QueryCellInfo(object sender, GridQueryCellInfoEventArgs e) { if(e.RowIndex == 2 && e.ColIndex == 2) { e.Style.CellType = "Control"; e.Style.Control = this.theTextBox; } }
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.