Formatting can be applied to column values when displaying and editing using the
format and
editFormat properties respectively.
DbNetSuite uses standard .NET
numeric and
date-time formatting strings to control the formatting of data. These formatting strings will automatically use the current culture which can be taken either from the server or client(default) by setting the web.config entry
DbNetSuiteCultureSource to either
client or
server. The example also demonstrates use of the
toolTip property to provide additional help that is displayed when the mouse is hovered over an edit field.