I have combobox which is mapped to DataSource and I can display data obtained from the server. I can easily access value and display field when user select some item.
However, I would like to access some other data from selected item which I can get from ListGridRecord. Is it possible to access selected ListGridRecord in combo box? I can use selected value to filter underlying DataSource and get ListGridRecord but is there more elegant way?
However, I would like to access some other data from selected item which I can get from ListGridRecord. Is it possible to access selected ListGridRecord in combo box? I can use selected value to filter underlying DataSource and get ListGridRecord but is there more elegant way?
Comment