Hi, currently I am using a RadGridView with the batchMangerExtentions.js Library to manage two combo boxes....one combo box effects the other. Once the user has made their selections and hits save changes I have a foreach loop that will loop through each e.Commands...inside of the loop I am creating a newValues Hashtable....when I look at the newVales hash table all of the values that are listed are making no sense what so ever. In some cases the value will = "" and in others it will be a negative int. I know the values are going into the list properly because I have watched the combobox.items.add be populated. Currently it is being populated with item.Text, item.Value.ToString(); Has anyone else ran into this problem or know something that I am doing wrong?
Ramey