Hello Prava,
This behavior is expected when you are not setting any selected tab by default. The
rtsSelected is applied for the selected tab. If you do not set any selected tab by default, the rtsSelected won't apply in initial page loads. Try to set the
SelectedIndex/Selected property either from aspx or codebehind..
aspx:
Thanks,
Shinu.