Prevent the capitalise method from working on the district column
A cross-platform transcription application.
Status: Pre-Alpha
Brought to you by:
craigparylo
District names are different to surnames and forenames as different lexical rules apply, i.e. MacNash has a capital letter after the 'Mac' prefix whereas the district name Macclesfield does not. Currently, the capitalise method treats these names as the same and capitalises the district name to 'MacClesfield'.
Anonymous
I am trying to create some re-usable controls that can provide the specific functionality required for the transcription grid. When constructing the grid it would be possible to identify columns that are surnames, districts dates etc, and have specific controls provide the functionality required for it. This should move much of the functionality out of the grid, and into the control types.