Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
240
How to dynamically create iggrid from codebehind(aspx.cs) ?
posted

Hi, I am using ASP.NET & C# for my project. So, as per my requirement I need to design & create Ignite UI grid dynamically from codebehind (aspx.cs) page. Say, I have a panel created in aspx page, I can dynamically add controls to the panel on Page_Load() event. But is there any possible way I can create the grid and add it to the panel from codebehind. Like in ASP.NET MVC, I can create a GridModel object and dynamically add columns, properties & features from controller and return the model to view. Regards Rahul S

Parents Reply Children