Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
10240
How to enable sorting of an unbound column with a hyperlink
posted

Hello,

I have  a grid with the sorting behavior enabled to sort both bound and unbound columns. When sorting the unbound column I find that different number of rows are being returned. I imagine I have an error with how I enable sorting with the unbound column. Can you help me with the set-up?

Note: In the initializeRow event, I have my hyperlink: e.Row.Items(0).Value = "Unique ID"

Thanks!