Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1770
dynamically changing bindings in cell of xamDataGrid when cell value changes
posted

Hello. I found out how I can put a XamComboEditor in a XamDataGrid. There is a post on it here: http://ko.infragistics.com/community/forums/t/63525.aspx

Say I have two combo editors one in column A and one in Column B. How would I change what gets bound to column B based on what the selection was made in column A. So someone picks something from A at cell index 5 then I would want was is bound to cell at index 5 in column B to changed based on the selection.

Thanks