data pager is not wokring correctly when connected to listview.
it shows some record in listview and sometimes donot goto next page upon clicking , also makes place of item in listview but shows nohting in that item
what should i do
thanks
Mark My Post As An Answer If It Worked !
Please Visit : www.classifiedspak.com
it's a bug, add an event, datapager_prerender() and do the thing you want to e.g., bind records to a listview in this event. i've done it several times an it worked well
shan000
Member
491 Points
446 Posts
data pager not working correctly
May 03, 2012 06:32 PM|LINK
Hi ,
data pager is not wokring correctly when connected to listview.
it shows some record in listview and sometimes donot goto next page upon clicking , also makes place of item in listview but shows nohting in that item
what should i do
thanks
Please Visit : www.classifiedspak.com
cYpH3r x3r0
Member
327 Points
107 Posts
Re: data pager not working correctly
May 04, 2012 03:16 PM|LINK
it's a bug, add an event, datapager_prerender() and do the thing you want to e.g., bind records to a listview in this event. i've done it several times an it worked well