I moved my implementation to use Master Pages now the CheckedNodes.Count is always 0.The code is below.
It worked fine when it was on the same page. I don't have RadFormDecorator.
RadTreeView RadTreeView1 = (RadTreeView)Master.FindControl ("RadTreeView1");checkedCategories = RadTreeView1.CheckedNodes.Count;