i am having 12 tabspanel on a page
my requirement is like
1. first tab is of cover page which contains a gridview
and a button named ADD
2. when i click on add button second tab is activated which is by default false it become visible when i click on add button on 1 first tab. now this second contains empty telrik control where i have to enter data
3. so i am facing problen in shifting to second tab
4. i have used tabcontainer1.a ctivetabindex=1 ;
5. but is doesn't work properly problem is that it get shifted to second tab but grifview of first tab remains on its present position and editor is opened under it
6. but when i click on first tab and then again come back second tab then that grid is not visible there
7 so i want that only editor shld be visible in second tab when i click add button on first tab
Please help me its very urgent
my requirement is like
1. first tab is of cover page which contains a gridview
and a button named ADD
2. when i click on add button second tab is activated which is by default false it become visible when i click on add button on 1 first tab. now this second contains empty telrik control where i have to enter data
3. so i am facing problen in shifting to second tab
4. i have used tabcontainer1.a ctivetabindex=1 ;
5. but is doesn't work properly problem is that it get shifted to second tab but grifview of first tab remains on its present position and editor is opened under it
6. but when i click on first tab and then again come back second tab then that grid is not visible there
7 so i want that only editor shld be visible in second tab when i click add button on first tab
Please help me its very urgent
Comment