Hi,
I'm trying to find a way to bind the RadRotator to some very simple data returned as JSON from a web service. In one of the help files it suggested
RadRotator1.set_dataSource(result);
RadRotator1.dataBind();
but this doesn't seem to work - I think the help file was actually referring to the grid.
I would really appreciate some pointers here.
Many thanks
Jeremy
I'm trying to find a way to bind the RadRotator to some very simple data returned as JSON from a web service. In one of the help files it suggested
RadRotator1.set_dataSource(result);
RadRotator1.dataBind();
but this doesn't seem to work - I think the help file was actually referring to the grid.
I would really appreciate some pointers here.
Many thanks
Jeremy