Hello, I have few complex grids alltogether on one page.
It seems thats there is something wrong with RA cell type.
Somewhere it works just fine, somewhere it produce error like “this.parentNode.obj” is null or not object, generated by onclick event:
this.setCValue("",
this.cell.chstate);
However if I change radio button state on this cell by pressing “space” - error goes away from this particular cell.
Is there any tips to avoid such things to occur?
Thanks.
If error still occurs for you - please provide any kind of sample where it can be reconstructe ( unfortunately , we not able to reconstruct the same problem locally )
The patch, attached to the post, may resolve issue - please try to use it.
ra.zip (857 Bytes)
Yes, thank you.
This patch did the trick, error doesn’t appear anymore.