Hi,
the templates of Visual Studio uses data binding. So you can't directly edit for example the group title in the designer. You should locate the DataSource class in your project. There you can edit all the properties (for example the group title) which are
displayed in your app.
Best Regards. When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer. This helps us build a healthy and positive community.