A post about the Outlook style GroupBy (grouping) feature in the NetAdvantage for jQuery Grid including both pure JavaScript implementations as well as ASP.NET MVC Helpers using Razor syntax. Descriptions for most key properties as well as a few points for further customization.
The NetAdvantage for JQuery includes the neat igUpload that you can use to let your users transfer files from the client to the server. And of course you can use the Html helper in APS.NET MVC to get it running in no time. In this blog you will see how...
Entity Framework is a quite powerful ORM solution in .NET. Now with the ASP.NET MVC tools refresh, it also got the CodeFirst feature, which is quite handy when you want to generate a model for you data using code and the database automatically gets build...
One of the core design principle of the NetAdvantage for jQuery controls were to make sure it honors the jQuery styling conventions. In order to do that, all the jQuery controls fully support the jQueryUI Theme Roller styles. This has a lot of benefits...
The jQuery Mask Editor control is quite useful when you are trying to accept a strict input from a user that contains letters, numbers in a specific order, case with length restrictions..etc. The property to setup the mask editor control to specify such...