Hi,
I need to loop through every row in a multicolumn dropdown in client side, how can this be acheived?
Scenario. There is a multicolumn radcombobox whith 3 columns, User enter a value in a textbox which should get added to the multicolumn racombo. Before inserting the value to the combo I need to check if that value which user has entered is already present in the list or not. If the value is there in the list already I need to display a error message to the user. I need this to be acheived client side. I need to loop through every row in the item list and get the value of the first column.
Please let me know how can this be accomplished.
I need to loop through every row in a multicolumn dropdown in client side, how can this be acheived?
Scenario. There is a multicolumn radcombobox whith 3 columns, User enter a value in a textbox which should get added to the multicolumn racombo. Before inserting the value to the combo I need to check if that value which user has entered is already present in the list or not. If the value is there in the list already I need to display a error message to the user. I need this to be acheived client side. I need to loop through every row in the item list and get the value of the first column.
Please let me know how can this be accomplished.