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!
how can we enable sorting for child grid columns with hyperlinks?
Troy,
That's a cool approach, unfortunately it removes sorting indicator from the column header being sorted. Is there any way to make it retain it?