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!
Hi Troy,
Although it is two years since this post I would just like to let you know that I was able to use your script to resolve my sorting issue in the webdatagrid, version 14.2. Thank you for posting!