How do I get the DropList index value of the item selected?
For this we will have to add new notification to the droplist box that will give us the index. Since the drop list box used in the grid is derived from MFC’s List box it is easy to get the extended functionality. First we will have to define a constant for the new notification that we are going to create.