After following your instructions for client side data binding the binding is working great. Except now the client side event CellSelectionChanged only fires for the last Row. Any ideas?
Hi rshouse,
I tried this, but couldn't reproduce it. Do you have the latest Service Release for your version? Could you attach a sample here that reproduces the problem?
regards,
David Young
I have a test application that replicates the problem. However it is about 500MB which I cannot attach. Please let me know how to transfer this. I need this issue resolved ASAP.
Hi,
This is a problem in your website. You are not giving the appropriate data to the grid. We expect an array of objects. However you have given us an object where the actual array is on a property called 'd'. Change your code to optionGrid.set_dataSource(dataSource.d);and it works fine.
You should just need the website aspx. There's no need to attach ig_res. I can get that locally. If it is too large to attach here, you could attempt to e-mail it to me directly dyoung at infragistics.com
-David Young