I looked at your example online and I guess IG couldn't get it to work either because the code behind is commented out:
http://es.infragistics.com/products/aspnet/sample/data-grid/sorting-with-unbound-column
I'm using Ultimate 12.2.20122.2054.
Please advise.
Thank you,
Mike
Hello Mike,
I have attached the sample that demonstrates sorting webdatagrid unbound column. Please note that I have removed ig_res and app_data folder that contains northwind access database due to size restriction. You need these inorder to run the sample successfully.
Please let me know if you have any further questions regarding this matter.
Hi, Prabha. Thanks for the response.
That's nice in theory, but it doesn't work. I already have that code in place.
Here's the thing: I have 2 WDG's on the page. The second grid's datasource depends on a datakey in the first WDG. I am unable to bind the second WDG's datasource in the page's "Load" event because access the first WDG's datakey is not available in the "Load" event. So I'm binding the second WDG's datasource in it's "ColumnSorted" event, because in that event I do have access to the first WDG's datakey.