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!
This does work but only after the first click. On the first click it does nothing. Why is that?????
Hi,
The sample needed to be expanded a little bit to address this issue you are referring too. I have revised the sample and you should find that it is now okay.
Let me know if you need any additional assistance.
**Please note that I omitted the style sheets due to file size constraints. For proper styling of the grid you will need to bring the ig_res folder back into the project. You can do this by opening the project in the designer and select 'OK' when prompted to accept the sytle sheets.