hi,
My WinGrid has these requirements:
1st column shows a pencil icon in View mode
2nd column is text in view mode, which show a datetime in MM-dd-yyyy format
3rd column is text in view mode.
When the pencil icon is click, the ENTIRE row (all cells in the row) should enter Edit Mode. The icon is replaced with 2 link buttons: Update and Cancel. The 2nd cell in the row becomes a DateTimePicker Control, The 3rd cell in the row becomes a ComboBox. When Update or Cancel button is clicked, the entire row goes back to View mode.
Basically it's more like the asp.net datagrid
How can I do this with WinGrid??
Please help..
Thanks in advance.
It sounds like what you want to do is the new RowEditTemplate feature so that when you click on a row it brings up a new window with the information from that row for editing.
This feature was added in a recent release (2008 Vol. 3, I think).