Categories | Question details Back To List | ||
Link item sorting in grid Hi Team, I am giving link to cell items for a particular column.The type for column is string. I want to apply sorting on this column as string.How to do this? And I want to sort numeric link column as integer.How to do this? Thanks, -Agile Answer posted by Support on Nov 14, 2008 01:42 If you are using "link" column type you can just assign "int" sorting type to column, the grid will work correctly. If you are using inline HTML links - you will need to use custom sorting http://dhtmlx.com/docs/products/kb/index.shtml?cat=search&page=1&q=5608&ssr=yes&s=custom%20sorting%20link |