Bug 1018253: Argument Exception thrown while sorting GridHyperLinkColumn when property type is Uri#1448
Bug 1018253: Argument Exception thrown while sorting GridHyperLinkColumn when property type is Uri#1448PooraniSF4929 wants to merge 2 commits intomasterfrom
Conversation
|
Build Status: INPROGRESS 🔃 |
|
CI Status: FAILURE ❌ |
|
Build Status: INPROGRESS 🔃 |
|
CI Status: SUCCESS ✅ |
Description
This PR updates the
sorting.mddocumentation under SfDataGrid to clearly document a known limitation with URI-based sorting.A note has been added explaining that when GridHyperlinkColumn is bound to a URI value, the default comparison logic does not support proper sorting because Uri does not implement IComparable. As a result, sorting behavior may not work as expected in this scenario.
Changes Made
Added a documentation note in sfdatagrid/sorting.md describing the sorting limitation for GridHyperlinkColumn with URI values.
Task link - Bug 1018253: Argument Exception thrown while sorting GridHyperLinkColumn when property type is Uri