Aucune description
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

BREAKING_CHANGES.txt 1.3KB

1234567891011121314151617181920212223242526272829
  1. **************************************************************************
  2. * 2.5.0 BREAKING CHANGES *
  3. **************************************************************************
  4. Release Date : 2014-10-20
  5. Current Version : 2.5.0
  6. Previous Version : 2.4.0
  7. NONE
  8. If you catch any, please report in the forums: http://forums.ext.net.
  9. **************************************************************************
  10. * 2.4.0 BREAKING CHANGES *
  11. **************************************************************************
  12. Release Date : 2013-12-17
  13. Current Version : 2.4.0
  14. Previous Version : 2.3.0
  15. 1. The FindControls<T>(Control seed, ...) methods have been revised. Now it treats a seed parameter as an INamingContainer instance.
  16. It checks if a seed is an INamingContainer instance or not. If it is, it starts searching from that seed, otherwise - from seed.NamingContainer.
  17. So, now it has the same logic as the native ASP.NET FindControl method, as well as the Ext.Net.Utilities's FindControl one.
  18. If you use the FindControls<T>() method and a seed is not an INamingContainer, you might need to use the FindChildControls<T>() method instead.
  19. If you catch any breaking changes more, please report in the forums: http://forums.ext.net.