Welcome to the ASP.NET MVC feedback portal. We’re happy you’re here! If you have feedback on how to improve the ASP.NET MVC, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

My DropDownTree's DataBound event is not triggered on remode data fetch (UrlAdaptor) if the remote data has Expanded elements.

I see, via devTools in chrome, all remote fetch calls are completed (self referencing data), but at the end custom DataBound event is not triggered.


INFOS

  • the dropdowntree is into a dialog, on dropdownopen, popup is appended into dialog container
  • starting datasource is null, real datasource is added programmatically via JS
  • popup dropdown shows no-data message, e-no-data, css class, even if html list item is populated with data
  • html list data has only first level, aria-level 1, with aria-expanded reflecting Expanded status, other levels are collapsed