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
1460
Create grid programmatically from server side.
posted

Is there a way to create a grid programmatically from the server side?  All the examples are declarative.

For instance, I have a repeater control, and in the ItemDataBound event I'd like to conditionally render an igGrid and have control over it's initial settings/columns/etc... via the code-behind.  The documentation is just as horrible as for the ASP.NET AJAX controls, worse in that it only has examples in C# too - so there's nothing I can find about doing this.