This seems like such a simple question but I cannot seem to find an answer.
I have an AddNewBox on the bottom of my grid. I want to add text to the button, not beside the button (Prompt). Does anybody know how to do this?
Thanks in advance,
Matt
Solution:
{
UG1.DisplayLayout.Bands[0].AddButtonCaption = "Header";
}
We are using a hierarchical grid...how do you reference the second button's AddButtonCaption?
Thanks.
The band object has a AddButtonCaption property to change that text.