Click here to Skip to main content
15,881,852 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi every body ,
i have a data grid With Two Data Grid Combo Box Column the First one is Bonded to Data Table , the Second one Bonded depending on the selection changed of the first one

when i try to do that in the selection changed of the first one , and go to the next row in the data grid the binding of the first one will be disappear and so the selected item will disappear too , so how can i solve that thanks ..
Posted
Comments
Sergey Alexandrovich Kryukov 8-Nov-11 18:43pm    
Probably "Bonded" means "bound" in the sense of "data binding", is that right?
--SA

1 solution

Hi
Repeat the same coding that you are doing on selected change event of first dropdown under datagrid rowdatabound event

Hope this helps
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900