Hi,
I am currently learning to use MVC .Net, using the client side scripting for the AjaxControlToolkit.
The question I have is: Has anyone seen if there is an API doc that explains the parameters for the client only version of the AjaxControlToolkit? If not, does any one know if and/or when this would be put into the public domain e.g. CodePlex?
I am particularly interested in the combobox , as from the client script side I would like to know how to:
- Set the behaviour i.e. a list of parameters (e.g. hookable events) and what they mean - do they map to the ASP.Net control parameters?
- get list data in i.e. the format of the items needed to be provided to the combobox)
- Get the selected Item value in and back out into the MVC Model
I'm looking to write AjaxHelper extension methods to cover the combobox, but if anyone has already done so and would like to share i'd really appreciate it!
If any one can help with this I would really appreciate it.
Cheers,
William Falconer