In a previous post I‘ve shown you how to add columns to the autocomplete control. In that post, I used the NRapid's internal API which is a bit noisy from a syntactic perspective. In this post, I’ll show you how to do the same thing we did before, but using a cleaner syntax. Some syntactic sugars I’ve added to the report class. (Internally it works the same way that the previous example) And as you can see, the end result is the same. On the next post, how to work with autocompletes and cascade filters. You can get the source code of NRapid from here And the sample app from here The Northwind database is available from download at http://www.microsoft.com/en-us/download/details.aspx?id=23654
There are two hard things in computer science: cache invalidation,
naming things, and off-by-one errors.