We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Syncfusion.Windows.Forms.Tools.TextBoxExt enable ctrl A

In my grid I would like to enable ctrl A on a TextBoxExt. How can it be achieved. Thank you

4 Replies

AK Arun Kumar V Syncfusion Team January 10, 2013 12:39 PM UTC

Hi Gaukhar,

Thanks for your interest in Syncfusion products.

Query:

In my grid I would like to enable ctrl A on a TextBoxExt

It seems you are using the TextBoxExt, and we are not sure in which control(gridcontrol, gridgrouping control, griddatabound grid) you have used that. So can you please confirm it and if possible give us on what sort of logic you are using it.

Please let me know if you have any other concerns.

Regards,

Arun.



GM Gaukhar Massabayeva January 10, 2013 02:58 PM UTC

this.txtIdentifier = new Syncfusion.Windows.Forms.Tools.TextBoxExt();
 
this.txtIdentifier.Border3DStyle = System.Windows.Forms.Border3DStyle.Flat;
this.txtIdentifier.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtIdentifier.Cursor = System.Windows.Forms.Cursors.IBeam;
this.txtIdentifier.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtIdentifier.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(185)))), ((int)(((byte)(185)))));
this.txtIdentifier.Location = new System.Drawing.Point(67, 4);
this.txtIdentifier.Multiline = true;
this.txtIdentifier.Name = "txtIdentifier";
this.txtIdentifier.Size = new System.Drawing.Size(169, 75);
this.txtIdentifier.TabIndex = 0;
 
 
Is that any better? I am using it as a user input box.


GM Gaukhar Massabayeva January 14, 2013 01:37 PM UTC

Oh and GridGroupingControl. Sorry


AK Arun Kumar V Syncfusion Team January 15, 2013 11:48 AM UTC

Hi Gaukhar,

Thanks for the update.

Query:

enable ctrl A on a TextBoxExt

We have concern regarding your last update. I think I am not clear to you, Whether you have customized the grid cell as custom user control (TextBoxExt )(or) you are having the TextBoxExt as a control in your form(i.e: not inside gridgrouping control) as like a other control’s.

Please let me know the above concerns.

Regards,

Arun.


Loader.
Live Chat Icon For mobile
Up arrow icon