Hi Tibi,
Greetings from Syncfusion support.
Query: “Dropdownboxes used in filters for Detail Grids in Master-Detail Grids dont function properly”
We have analyzed the reported query and we are able to reproduce the reported behavior at our end while preparing a sample using your code example. We found that you have defined the static ID property to DropDownList control in the FilterTemplate. This is cause of the issue. On opening a multiple DetailTemplate, for each Detail template Filter template will be rendered with same id. Hence issue occur on opening DropDownList simultaneously.
We suggest you to overcome the reported issue by either by defining the different ID for DropDownList control or remove the ID property for DropDownList control.
Please get back to us if you have further queries.
Regards,
Vignesh Natarajan