KonTikiSailor
New member
- Joined
- Dec 24, 2024
- Messages
- 2
- Programming Experience
- 10+
Hi developers,
in ASP .Net gridview it is possible to alternate editing control in current cell when the row is in editing mode: the editing template is defined in aspx html source, and it is usually different from select template.
Is there a way to get same result for c# client application datagridview? I've taken a look in the web and It looks like it is needed to ovverride some other method, but really I hope in some simpler solution (just as ASP .NET).
Thanks for your attention
in ASP .Net gridview it is possible to alternate editing control in current cell when the row is in editing mode: the editing template is defined in aspx html source, and it is usually different from select template.
Is there a way to get same result for c# client application datagridview? I've taken a look in the web and It looks like it is needed to ovverride some other method, but really I hope in some simpler solution (just as ASP .NET).
Thanks for your attention