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.
Hi,
sure, we will keep your suggestion in mind. Thanks again
Angel
Can I put in my request/vote as a customer for ASP.NET Web Form wrappers? I use ASP.NET Web Forms, and while the WebDataGrid is nice, it doesn't fit the same niche that the jQuery grid does, even with its client-side binding. It'd be nice to be able to just configure the jQuery grid at the serverside for instances such as populating certain items in the itemdatabound event of a repeater control.
We are not planning on writing wrappers for ASP.NET Web Forms around the jQuery product at the moment. The NetAdvantage for ASP.NET product is meant to cater that development platform.
We have created ASP.NET Web Forms warppers for a couple of jQuery controls like the Video Player & File Upload because there wasn't one available in that control stack. If we do build such controls down the road then we will continue to create ASP.NET Web Froms wrapper around it as well.
Hope this helps.
Regards,
Taz.
The samples have VB code, but not the documentation.
Ah, I was looking for ASP.NET not ASP.NET MVC. Will there be ASP.NET wrappers created in a later release?