Hello,
I am attempting to evaluate the Telerik suite for purchase. I am currently going through the RadControl for ASP.net ajax courseware .pdf. (794 Pages). I am trying to get client side databinding to work for the grid. I am using the tutorial on page 501 titled client side databinding.
I went through the tutorial and I also simply ran the packaged code of the very same tutorial and I am getting the same error in both my application and the example that was distributed with the tutorial.
I am getting the following error: 'Null" is null or not an object.
This error happens when the following line of code is called from within the javascript function updateGrid(result)
error happens here ---> tableView.set_dataSource(result);
when I break into the c# code, my customer objects are getting populated and when I check what "result" is in the javascript updateGrid() function just before calling the set_dataSource(result) line it shows a populated object. Not sure why the above line of code keeps bombing.
Can someone who has worked with these tools please verify to me that the sample project works for this tutorial. Any suggestions?
I am currently evaluating version 2008.3..1125.35 and using VS 3.5 SP 1
I am attempting to evaluate the Telerik suite for purchase. I am currently going through the RadControl for ASP.net ajax courseware .pdf. (794 Pages). I am trying to get client side databinding to work for the grid. I am using the tutorial on page 501 titled client side databinding.
I went through the tutorial and I also simply ran the packaged code of the very same tutorial and I am getting the same error in both my application and the example that was distributed with the tutorial.
I am getting the following error: 'Null" is null or not an object.
This error happens when the following line of code is called from within the javascript function updateGrid(result)
error happens here ---> tableView.set_dataSource(result);
when I break into the c# code, my customer objects are getting populated and when I check what "result" is in the javascript updateGrid() function just before calling the set_dataSource(result) line it shows a populated object. Not sure why the above line of code keeps bombing.
Can someone who has worked with these tools please verify to me that the sample project works for this tutorial. Any suggestions?
I am currently evaluating version 2008.3..1125.35 and using VS 3.5 SP 1