i had two combobox(Catogery, product) in my grid. what i want to do is. if i select category it will display some data set value based on category, and if i select product it will bind some values in that datagrid cells.like price quantity..
i don't have idea about how to write event for combo box selected index change event which is inside the grid.