
So far so good, what if we wanted to show another title in grid (columns) or dialog (form). You'll see that field title is changed in both grid and dialog.Ĭolumn title has "." in it as column is not wide enough, though its hint shows the full title. We'll talk about entities (or rows) later, let's now focus on our target and change its DisplayName attribute value to *Runtime (mins)": namespace MovieTutorial.MovieDB Public sealed class MovieRow : Row, IIdRow, INameRow

Here is an excerpt from its source with our Runtime property: namespace MovieTutorial.MovieDB You can find it at Modules/MovieDB/Movie/MovieRow.cs.
#SLICKGRID RESPONSIVE RESIZE MOVIE#
When Sergen generated code for Movie table, it created a entity class named MovieRow. But let's make this change in the central location, the entity itself, so its title changes everywhere. Our options include server side form definition, server side columns definition, from script grid code etc. Let's change its title to Runtime (mins). This field expects an integer number in minutes, but in its title there is no sign of this. In our movie grid and form, we have a field named Runtime. Authenticate With Active Directory or LDAPĬustomizing Movie Interface Customizing Field Captions.Remove Northwind & Other Samples From Serene.Using Local Cache and Distributed Cache In Sync.Extending Multi-Tenant Behavior To Movie Sample.Hiding the Tenant Administration Permission.Preventing Edits To Users From Other Tenants.


