rameshniroshan-gmail
-
11/3/2013 11:49:57 PM
pls help me to solve this paging issue
! I used unigrid and load data using xml file (set the GridName attribute as /MyAddresses.xml"). so i set the paging within the xml file as follows <pager> <key name="DefaultPageSize" value="1" /> <key name="PageSizeOptions" value="10,20,##ALL##" /> <key name="ShowFirstLastButtons" value="false" /> <key name="ShowPageSize" value="false" /> </pager>
i need to add the icons to both next and previous button instead of < > sybmol
can i use cms:DataPager with above mention grid and change the next previous button symbol on datapager.
please help me to solve this issue
|