First I am loading above chart tab.
After than when i am clicking table data tab at that time table gird looks like
below.
But when I am refreshing the page it looks like below.
In above screen shot table grid is breaking.
and it is very annoying for us .Our client is not accepting our product because of this errors.
Please do something as soon as possible.
Best answer by Rob_Hatch
Rohit, I cannot reproduce the issue, but looking at your page I think I may know what was happening. The progress tab has a page include. If the models in that included page had the same name as the model driving the primary candidates tab - the candidates table would get wiped out.
You need to ensure model name uniqueness when using included pages.
Rohit, I cannot reproduce the issue, but looking at your page I think I may know what was happening. The progress tab has a page include. If the models in that included page had the same name as the model driving the primary candidates tab - the candidates table would get wiped out.
You need to ensure model name uniqueness when using included pages.