Hi allI have to build a WebForms aspx page with a good looking WebGrid on it.Is it possible to integrate a WPF Grid into a WebForms application ?If not, can I simulate the look and feel of a WPF grid ?Is there a easy sample of binding the grid to a SQL Table.I need to be able to view the table and also change some values back to the SQL Table.Thanks for a quick feedback.Best regardsFrank Uray
Hi Frank,
It is possible to use WPF controls in ASP.NET but it is not a good idea. You can use our Silverlight Grid , WebDataGrid / WebHierarchicalDataGrid or jQuery Grid
All grids are good looking and can be customized. For Web Forms I would recommend you to use WebDataGrid/WebHierarchicalDataGrid
Let me know if you have any further questions.