The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
CBClay Burch Syncfusion Team August 30, 2002 09:09 PM UTC
Try handling the CurrentCellInitializeControlText event and set the e.ControlText to the text you want to see.
TRTrevor RedfernSeptember 2, 2002 01:49 PM UTC
Sorry, I should've been more specific. I want to define what text is selected. So that when entering edit mode it behaves similar to say Explorer when renaming and has all the text selected.
> Try handling the CurrentCellInitializeControlText event and set the e.ControlText to the text you want to see.
CBClay Burch Syncfusion Team September 2, 2002 04:06 PM UTC
In version 2.0.2.4, try setting the ActivateCurrentCellBehavior property to SelectAll to see if that is what you want.
TRTrevor RedfernSeptember 2, 2002 05:01 PM UTC
Cool thanks. Did the trick.
> In version 2.0.2.4, try setting the ActivateCurrentCellBehavior property to SelectAll to see if that is what you want.