This is a migrated thread and some comments may be shown as answers.

[Solved] Documentation Inconsistency

1 Answer 25 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Emmet Ahlstrom
Top achievements
Rank 1
Emmet Ahlstrom asked on 09 Mar 2011, 11:54 PM

There appears to be a documentation inconsistency for the ComboBox control. I’m using version 2010.3.1318.340.

Client Side Event Registration at http://demos.telerik.com/aspnet-mvc/razor/combobox/clientsideevents shows you can register an event using the bind method. i.e.

$(document).ready(function() {
        $('#ComboBox').bind('change', function(e) { // your code });    });


However there is no 'change' event. After wasting a lot of time I finally went through the source code and found that telerik.list.js doesn't bind to the 'change' event, it uses 'valueChange'

Also is there any real documentation for the Client side API? Or do we have to pull everything from the demos and source code?

1 Answer, 1 is accepted

Sort by
0
Georgi Krustev
Telerik team
answered on 10 Mar 2011, 09:13 AM
Hello Emmet,

Thank you for drawing our attention to this issue.

The inconsistency will be fixed for the next official release of the Telerik Components for ASP.NET MVC scheduled for the middle of March.

For more information you can check this help topic regarding Client API / Events of the ComboBox UI component. If you have any comments or miss information please let us know.

I have updated your Telerik points.

Regards,
Georgi Krustev
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
Tags
ComboBox
Asked by
Emmet Ahlstrom
Top achievements
Rank 1
Answers by
Georgi Krustev
Telerik team
Share this question
or