I have a UltraGrid that allows new rows to be added to the end. Is there some way I can default it to say "(add new row)" which is cleared out when the user starts to enter a new row?
try
ultraGrid.DisplayLayout.Override.TemplateAddRowPrompt = "add new row"
hope this helps