Welcome to the ASP.NET Web Forms feedback portal. We’re happy you’re here! If you have feedback on how to improve the ASP.NET Web Forms, 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

Treeview.CheckedNodes contains indices of undelying list making them
useless for further operations. I was unable to access said list, and were I be able to, it would add another 
layer of 
pointless 
complexity for finding correct values, which are actually stored in DataIdFields used to build tree in the first place, above all those are primary keys from db table. 
In case you are wondering, correct values are stored in Request.Form under the appropriate keys eg. Treeview.ClientId"+"_Checkbox_"+DataIdField.IMO storing value as part of key and creating as many request parameters is
dubious
.