Documents

NextGrid & NextDBGrid

NextGrid

NextDBGrid

NextInspector

NextSheet

NextCollection

Misc

Labs

NextGrid .NET

Html Column Tutorial

Related Articles:

Info
  • Skill:
  • Version: 1.0.0
  • Author: Bojan Nikolic
  • Created:
  • Updated: 2008-05-21
From version 2.2 NextGrid come with new column type TNxHtmlColumn. This column can store string cells and display them with using simple HTML formating rules.

Supported tags



Supported tags for TNxHtmlColumn are:

Table 1: Supported tags
Name Sample
A Link Text
B Bold text
BR
FONT some text
U Underline Text
I Italic Text


Tags may be combined within same value as usuall.

This is simple bold and italic text which may be 
in multiple rows and different fonts


After user click on "A" element (with href parameter set), OnClick event occur with Href parameter.

OnClick event occur only when coEditing flag in Options of column is set to True (in other words column is editable).

NxDBHtml Column



To work with TNxDBHtmlColumn in NextDBGrid connect string field (with html code inside this field) with TNxDBHtmlColumn.

Was This Article Useful?

Only constructive comments, code contributions... will be publishes. Questions, non-official discussion will not be published.