Items label in detail view

How can i do to modify the label of fields in the detail view of a grid?

Thanks in advantage.

Re: Items label in detail view

what do you mean by “detail view of a grid”? do you mean 2 forms, 1 grid and a link to 1 detail view?

Re: Items label in detail view

I refer to the option ‘Detail’ in a grid. You can hide a field in the grid, but in the detail show this field.
In this case,
How can i do to modify the label for this field?

Re: Items label in detail view

If you want to show the field in both the grid and the detail, then it will have the same label on both locations. Maybe there’s a way to programmatically change only the label in the detail, but I don’t know how.

However, if you want to show a field in detail only, then you can give it your own label. To change the label add the field to select list, change label, and remove from select list again.

Hopes this works for you.

Re: Items label in detail view

Its OK!

Thanks a lot!!

P.D.: It is appreciated if you could change the labels to the fields of the detail view.