This is a migrated thread and some comments may be shown as answers.

ItemCommand in RadListView with RadDataPager and SEOPaging

3 Answers 83 Views
DataPager
This is a migrated thread and some comments may be shown as answers.
Jari
Top achievements
Rank 1
Jari asked on 18 Jun 2012, 10:21 AM
I have a RadListView with RadDataPager and SeoPaging set to true. I also have a RadTooltip on every row and as you know it wont work properly in IE if Tooltip target controls are not cleared when user change page or sort columns. IE do not change the tooltip data between pages if tooltip target controls arent cleared between page changes. The problem is RadListView itemcommand event is not firing when SeoPaging is set to true. So I cant clear Tooltip target controls in that event. Is this a bug and is there another event where I can clear the target controls so Tooltip would work properly in IE?

3 Answers, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 21 Jun 2012, 08:27 AM
Hello Jari,

In your case when RadDataPager is used the described behaviour is expected. I would suggest you to handle the RadDataPager OnCommand event which will properly fire in this case to clear the ToolTip target controls.

Kind regards,
Maria Ilieva
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Jari
Top achievements
Rank 1
answered on 27 Jun 2012, 06:16 AM
Hi Maria

Unfortunately I cant get that to work. DataPager OnCommand event fires fine when DataPager AllowSEOPaging is set to false but not when AllowSEOPaging is set to true. You can try it yourself with this example: http://demos.telerik.com/aspnet-ajax/datapager/examples/firstlook/defaultcs.aspx. Add OnCommand event to DataPager and set SEOPaging to true. If you get it to work like it should can you post a working example. Thanks.
0
Maria Ilieva
Telerik team
answered on 02 Jul 2012, 08:16 AM
Hello Jari,

Note that actually the described behaviour is expected in case SEO Paging is enabled. In this case query string is used for navigating the page and no server events will fire.

Kind regards,
Maria Ilieva
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
DataPager
Asked by
Jari
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Jari
Top achievements
Rank 1
Share this question
or