Angelo Bordonaro asked 2017-07-21 14:16:55 UTC
Hi,
I used Wisej.Web.DataGridViewCell.Control property to insert a textbox in column header of datagridview.
I used the following code:
GRD.Columns(1).HeaderCell.Control = t
Where GRD is my datagridview and t is the textbox.
Everything works correctly but the text inside the textbox is not editable.
I can modify text only by code but not by keyboard.
Any suggestions?
Thanks in advance
Angelo Bordonaro asked 2017-07-21 14:16:55 UTC
Hi,
I used Wisej.Web.DataGridViewCell.Control property to insert a textbox in column header of datagridview.
I used the following code:
GRD.Columns(1).HeaderCell.Control = t
Where GRD is my datagridview and t is the textbox.
Everything works correctly but the text inside the textbox is not editable.
I can modify text only by code but not by keyboard.
Any suggestions?
Thanks in advance