Quantcast
Channel: Telerik Forums RSS
Viewing all articles
Browse latest Browse all 94857

Combobox complex databinding

$
0
0

Hello, i would like to bind a combobox to a list like bellow, and in the combobox i would like to use Designation which is a property of Regulation property of my DTO as a display memberpath, and RegulationId as a SelectedValuePath, wich is a Regulation property Too

List<RegulationDto> list = MyWebService.GetList();

Here the DTO:

publicclassRegulationDto{
        public Regulation regulation;
        publicList<ExceptionRegulation> regulationExceptions;
        publicList<PointPassageDTO> pointsPassages;
}

Viewing all articles
Browse latest Browse all 94857

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>