Hi,
I would like create column which is of type dropdown choice in the list.Now whenever we tries to create an item, dropdown column should contain numbering that should start from 1 to listitemscount.
That means If we tries to add 3rd item,that dropdown should have 1,2,3.If we add more, values present in dropdown should increase.If any Item deleted,dropdown values should also need to decrease.
And also, whenever we are tries to edit dropdown value of item, that should change the other item values as well like we are doing in Modify view.
ex:
How can we implement such functionality in list.
Krishnasandeep