Unexpected call to method or property access
Hi,
I've been working with the grid fopr tha last couple of weeks and its working a dream for me. All the functionality I need is present.
I do however have one issue. I using the following statements to enable highlighting across pages. I took a look at your paging example but it didnt fit in due to the volumes of data and other reasons.
var array = myGrid.getProperty("selection/values");
myGrid.setProperty("selection/values",array);
This all works a treat in Mozilla and I have the ability to keep rows highlighted for an entire session.
However on IE I can get the values but when trying to set the values on returning to the page the following error is thrown.
"Unexpected call to method or property access"
I have narrowed it down to this statement but I cant track down the reason behind it. Have you come across this before???
Keep up the amazing work by the way.....
I've been working with the grid fopr tha last couple of weeks and its working a dream for me. All the functionality I need is present.
I do however have one issue. I using the following statements to enable highlighting across pages. I took a look at your paging example but it didnt fit in due to the volumes of data and other reasons.
var array = myGrid.getProperty("selection/values");
myGrid.setProperty("selection/values",array);
This all works a treat in Mozilla and I have the ability to keep rows highlighted for an entire session.
However on IE I can get the values but when trying to set the values on returning to the page the following error is thrown.
"Unexpected call to method or property access"
I have narrowed it down to this statement but I cant track down the reason behind it. Have you come across this before???
Keep up the amazing work by the way.....
Michael Anderson
April 30,