Currently, our team utilizes the Infragistics grid without binding datasets until runtime. Instead, we set up the grid settings in code as per the preference of our senior developer. While effective, this method can seem a bit lengthy.
I am interested in exploring the use of edit templates and I'm curious if there is a way to automatically generate an edit template from the existing content in the grid using C# code. I've noticed that when we bind at design time, Infragistics does a good job of creating the basic template. Is it feasible to achieve this programmatically?