Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
17291 | Aug 5,2004 09:00 AM UTC | Aug 5,2004 09:30 AM UTC | WinForms | 1 |
![]() |
Tags: GridControl |
private void gridControl1_CurrentCellStartEditing(object sender, System.ComponentModel.CancelEventArgs e) { GridTextBoxCellRenderer tbr = this.gridControl1.CurrentCell.Renderer as GridTextBoxCellRenderer; if(tbr != null) { tbr.TextBox.SelectionStart = tbr.TextBox.Text.Length; tbr.TextBox.SelectionLength = 0; } }
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.