The standard Kendo Grid can be super simple, but it can get a bit complicated when you’re upgrading older systems. In this case, we have a old ASP.net/WebForms system with VB.Net Code-Behind. At a later date, we’ll be converting it to WebApi, but for now we’ve had to make some updates on an older machine. We decided to use Generic Handlers, since they are extremely flexible and can later be converted fairily easily into C#/WebApi. It took us a while to get them to work. We’ve written up an example we used while playing around locally. It may be helpful to those of you doing supporting clients while conversions are not finished.
Cross Browser Testing
Working on testing websites for other browsers. Adobe has created an online service called “BrowserLab” https://browserlab.adobe.com/en-us/index.html That lets you do some live testing on various OS and Browsers. Very cool
Paging with online PDF modules
On of the biggest challenges for web-based systems is the printed document. Our clients must be able to print out multi-page reports that are in a stable and clean format regardless of what machine downloads them, what browser they are using, and what printer is being used.
- « Previous Page
- 1
- …
- 19
- 20
- 21
- 22
- 23
- 24
- Next Page »