The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
Using FAQ 5.21 (How can I have a column of icons in my datagrid?) I developed a form with a datagrid in it. AllowSorting is set to TRUE but there is no sorting, though an arrow in the header looks like there is. Any ideas that might help?
ADAdministrator Syncfusion Team November 21, 2002 10:33 PM UTC
If your datagrid is bound to an arraylist then you will have to custom sort your item. If the datagrid is bound to a datatable then sorting is done automatically.
> Using FAQ 5.21 (How can I have a column of icons in my datagrid?) I developed a form with a datagrid in it. AllowSorting is set to TRUE but there is no sorting, though an arrow in the header looks like there is. Any ideas that might help?
ADAdministrator Syncfusion Team November 8, 2003 08:52 PM UTC
if you mean paging - turn off custom paging - then arrows for paging will become links
> If your datagrid is bound to an arraylist then you will have to custom sort your item. If the datagrid is bound to a datatable then sorting is done automatically.
>
> > Using FAQ 5.21 (How can I have a column of icons in my datagrid?) I developed a form with a datagrid in it. AllowSorting is set to TRUE but there is no sorting, though an arrow in the header looks like there is. Any ideas that might help?