Dear Team, My scenario is: There are two table one is product master where product_code and product_description and productlinking master where product_code and linking_code fields available. Now, I want to select product code in RadGridComboBoxColumn (it will be loaded from productmaster table) and another RadGridComboBoxColumn will load their linking code from productlinking table.
I am trying this but when product code changed all column value of linking code loaded with current product code values.
Product Code Linking Code
Product A Link 1
Product B Link 2
Product C Link 1
but I changed the product A to C then all linking code showing blank and then showing only Link 1 for all Product A, B & C.