Customize the look and feel of your application with Wisej’s Writable Themes

Writeable Themes is one of the Wisej features introduced in version 2.1. This new feature allows you to apply different colors, fonts, and other styles for each user of your application. You can create themes and modify any Wisej theme at runtime. ...

Read more

Wisej Extensions: Get started with the Desktop Notification Feature

Desktop notifications can be useful for your web application. Silviu Berce, software developer at fecher, describes how easy it is to implement desktop notifications in a wisej web app. ...

Read more

How to integrate the Dabeng-OrgChart in Wisej

With Wisej it's easily possible to use OrgCharts, like Dabeng's OrgChart from Github. There are only a few steps required to integrate it into your web application. Try it out! ...

Read more

Using Mixins to patch a Wisej class

Have you ever tried to modify the layout of an existing Wisej control by using a Mixin? In this post, I’ll show you how easy it is to patch an existing Wisej class (not theme) and change the default layout of a "wisej.web.Button" control, which has MenuItems. ...

Read more

Programmatic selection of the first character when entering a DataGridViewTextBoxCell

Within a TextBox, it is possible to select only a part of a text with the help of the properties SelectionStart and SelectionLength. I also needed the possibility of a targeted selection of text for a TextBox within a DataGridViewTextBoxCell. I found a solution which I want to share here, in case anyone else can make use of it. ...

Read more