hello,
i have a radgrid, timer and update progress on a page.
when i click on a row in radgrid FOR THE FIRST TIME, than
the radgrid skin flicker (changes back and forth from default
skin to declared one). afterthat the radgrid acts as usuall.
does anyone knows how to fix this??
thank and Shana Tova!
Rachel
i have a radgrid, timer and update progress on a page.
when i click on a row in radgrid FOR THE FIRST TIME, than
the radgrid skin flicker (changes back and forth from default
skin to declared one). afterthat the radgrid acts as usuall.
does anyone knows how to fix this??
thank and Shana Tova!
Rachel
4 Answers, 1 is accepted
0
Hi Rachel,
Could you please elaborate more on your scenario? It would be great if you send us a sample project or at least the problematic page so we could debug it locally and find a resolution for you.
Additionally, you can check if the issue persists if you remove the timer or both timer and update panel.
Let us know if we can help you further.
Greetings,
Iana
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Could you please elaborate more on your scenario? It would be great if you send us a sample project or at least the problematic page so we could debug it locally and find a resolution for you.
Additionally, you can check if the issue persists if you remove the timer or both timer and update panel.
Let us know if we can help you further.
Greetings,
Iana
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Rachel
Top achievements
Rank 1
answered on 02 Oct 2008, 05:40 AM
hi Iana,
i have 3 updatepanels.
the page is divided into 3 sections:
1. radcombobox
2. radmenu and radgrid
3. a simple table
each section contain an updatepanel.
the first section affects the second section (the radcombobox change the data in radgrid)
the second section affects the third section (selecting a row in radgrid change data in table and enable/disable items in radmenu)
because i want to refresh a single column in radmenu, i added the timer.
the flickering in skin of radgrid occur ONLY ONCE, on the first click on a row in radgrid.
i've tried removing the timer and the updatepanel, but with no luck.
the strange thing is that i have a similar page (but without the timer), and it works fine there...
thanks!
Rachel
i have 3 updatepanels.
the page is divided into 3 sections:
1. radcombobox
2. radmenu and radgrid
3. a simple table
each section contain an updatepanel.
the first section affects the second section (the radcombobox change the data in radgrid)
the second section affects the third section (selecting a row in radgrid change data in table and enable/disable items in radmenu)
because i want to refresh a single column in radmenu, i added the timer.
the flickering in skin of radgrid occur ONLY ONCE, on the first click on a row in radgrid.
i've tried removing the timer and the updatepanel, but with no luck.
the strange thing is that i have a similar page (but without the timer), and it works fine there...
thanks!
Rachel
0
Hi Rachel,
Could you please provide a live Url where we could see the described behavior? Or open a formal support ticket and send us runnable sample illustrating the behavior?
Let me know how it goes.
All the best,
Iana
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Could you please provide a live Url where we could see the described behavior? Or open a formal support ticket and send us runnable sample illustrating the behavior?
Let me know how it goes.
All the best,
Iana
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Rachel
Top achievements
Rank 1
answered on 12 Oct 2008, 08:15 AM
found the problem! :)
removed user control tag from updatepanel