Tung Ngo asked 2017-12-07 03:58:22 UTC
Hello,
Your Wisej.Web.TextBoxBase has ComponentToolCollection, which help me a lot in converting my Window Form project to Wisej. Thank You.
Now i'm facing the same editing requirement for Wisej.Web.DataGridViewTextBoxColumn
What i want to achieve is provide a custom editor at the time user starts to edit a cell. Please see attached pic. You can see that the editor is generated with a tool button when user starts editing the cell content in the column Contact.
If user do not edit the grid content, i want to use the default displaying feature of DataGridViewTextBoxColumn without any user control. This is for avoiding the cost of using user controls.
It would be great if
-
Wisej.Web.DataGridViewTextBoxColumn has a ComponentToolCollection and
-
DataGridViewTextBoxCell displays tool buttons if ComponentToolCollection has any elements.
-
The DataGridView raise an Event when user press tool buttons. It contains the Column index/rowindex for the clicked cell
If this is not possible, is there any properly way to get the job done.
Thanks in advance for your support.
Tung Ngo asked 2017-12-07 03:58:22 UTC
Hello,
Your Wisej.Web.TextBoxBase has ComponentToolCollection, which help me a lot in converting my Window Form project to Wisej. Thank You.
Now i'm facing the same editing requirement for Wisej.Web.DataGridViewTextBoxColumn
What i want to achieve is provide a custom editor at the time user starts to edit a cell. Please see attached pic. You can see that the editor is generated with a tool button when user starts editing the cell content in the column Contact.
If user do not edit the grid content, i want to use the default displaying feature of DataGridViewTextBoxColumn without any user control. This is for avoiding the cost of using user controls.
It would be great if
Wisej.Web.DataGridViewTextBoxColumn has a ComponentToolCollection and
DataGridViewTextBoxCell displays tool buttons if ComponentToolCollection has any elements.
The DataGridView raise an Event when user press tool buttons. It contains the Column index/rowindex for the clicked cell
If this is not possible, is there any properly way to get the job done.
Thanks in advance for your support.