HI,
Can someone please help on alphabetic pagination for webdatagrid .
Thanks
Tulsi
Hello Tulsi,
Thank you for the update. To achieve this behavior you would have to implement a custom pager and handle the CustomDataBidning event to return only the records you want to see:
http://ko.infragistics.com/help/aspnet/webdatagrid-using-custom-paging-template
http://ko.infragistics.com/help/aspnet/infragistics4.web.v16.2~infragistics.web.ui.gridcontrols.webdatagrid~customdatabinding_ev
Hi Mike,
Yes , when i click on Alphabet 'A' it should display all the records which starting with 'A' .
Below is one of the example
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z .
Thank you for contacting Infragistics!
Can you explain what you mean by alphabetic paging? Do you mean you want the data sorted in alphabetical order?