Hi,
I have a list that is ignoring the column ordering settings when adding and editing new list items. I have not customized the newform.aspx page, nor the editform.aspx page for the list. The column ordering does reflect correctly on the list settings page (listedit.aspx).
In addition, 6 out of the 34 columns of the list are required. However, the validation only fires for four of them. Only the four required fields that are working show the red required field asterisk. The other two required fields
do not show the asterisk.
Also, when I add a "description" to the columns, only some of the fields show the description under the input fields. The others remain blank.
About the list:
--The list has 34 columns and about 50 rows of data. It would be quite painful to recreate the list if the data must be re-entered.
--The list is based off of a custom list definition. I followed the wssv3 SKD in creating the definition.
--The list has a custom event handler that overrides the "ItemAdded" and the "ItemDeleting" events to create and remove directories in a separate document library whenever a list item is created or deleted. The event handler works without any issues.
Any ideas why the column ordering, required field settings, and the descriptions are being ignored? Thanks in advance for any help or guidance.