Hi everyone,
I have a big problem. I am working on a projct wich was designed in ASP.NET. We used Telerik for this project. We are now migrating the project in Winforms for performances reasons. But there is several things difficult to adapt, especially with GridViews.
In ASP.NET we had a GridView wich indicate the temperatures for each day of the weak (and other things). Each cell contains the different temperatures wich were noted this day. And for each temperature we can edit it (by clicking the temperature : it's a link) or delete it (by clicking the icon : it's a LinkImage). I don't know if I am clear so there is a picture : http://www.casimages.com/img.php?i=091012042545149095.gif.
How can I reproduce the same thing in WinForms. How can I add multiple controls (labels and picturebox) in the same cell and how can I deal with the click on each one ?
Thanks for your help because I'm stuck because of this.
[Nean]
I have a big problem. I am working on a projct wich was designed in ASP.NET. We used Telerik for this project. We are now migrating the project in Winforms for performances reasons. But there is several things difficult to adapt, especially with GridViews.
In ASP.NET we had a GridView wich indicate the temperatures for each day of the weak (and other things). Each cell contains the different temperatures wich were noted this day. And for each temperature we can edit it (by clicking the temperature : it's a link) or delete it (by clicking the icon : it's a LinkImage). I don't know if I am clear so there is a picture : http://www.casimages.com/img.php?i=091012042545149095.gif.
How can I reproduce the same thing in WinForms. How can I add multiple controls (labels and picturebox) in the same cell and how can I deal with the click on each one ?
Thanks for your help because I'm stuck because of this.
[Nean]