Rank: Advanced Member Groups: Member
Joined: 6/5/2007 Posts: 35
|
Okay, so we can always add callback panels to capture events but it would be so much easier to have a set of AJAXified controls like the ones Anthem has (yes, if you did that I could jettison Anthem - free though it is - in order to work with a consistent set of controls)
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,200
|
We will look into it but as for now it seems to be unlikely that we will implement such a set of controls. Our CallbackPanel already supports all the standard ASP.NET controls that Anthem supports (let us know if we missed any control), also the trigger mechanism we implemented can seamlessly translate a regular postback into an AJAX call, regardless what control. So our CallbackPanel supports a much larger set of controls rather than a fixed set of controls like Anthem. As such it is unlikely that we will re-implement features that are already there over a method that we believe is much less flexible than ours.
|