Reproduction:
Expected result: a message should be logged.
Actual result: no message is logged.
Hello Anna,
Indeed, there is nothing printed in the console as the binding to the dataBound is done after the ListView has already rendered and bound to its dataSource. However, if the ListView is refreshed later the text will be printed in the console as a new dataBound event will be fired. Please refer to the following Dojo:
Regards,
Nikolay
Progress Telerik
Actually, I think I'm trying to bind after the dataBound has been triggered and handled.
Please close this as invalid.