Is there a way you can remove the ":" seperator between TextItem title and text box. Also any way to configure the spacing between end of Title and start of textbox.
http://forums.smartclient.com/showthread.php?t=17862&highlight=textitem
Look at the properties of the dynamicForm which expose Prefix and Suffix for the title of the FormItems.
You can replace the suffix initialized as said in the post initialized to ":" with spaces.
Comment