Hi Ken, thanks for the quick response. If you have it working, then I need
more assistance please. I've seen it in the docs, but what the heck does "is
not bound to a datasource" mean?
In my case I have a typed DataSet dataset obtained with a Web service call,
and sets the DataSource of the grid to be the DataTable in the dataset. Does
this cause the event not to fire? As mentioned, this seems really odd. Is
there another way of displaying the table in the grid other than setting the
datasource to the table so the event will fire?
I've tried the VirtualMode property in both its flavors and read all 3 pages
of links coming back with Google searching for DataGridView SortCompare.
> Chris,
>
[quoted text clipped - 22 lines]
>>
>> Thanks.
Ken Tucker [MVP] - 22 May 2006 17:24 GMT
Hi,
Not bound to a datasource means that you add the columns and
cell values manually.
Here is a link to an example.
http://www.onteorasoftware.com/blog.aspx?BlogID=2
Ken
------------------------------
> Hi Ken, thanks for the quick response. If you have it working, then I need
> more assistance please. I've seen it in the docs, but what the heck does "is
[quoted text clipped - 33 lines]
> >>
> >> Thanks.
Chris Botha - 22 May 2006 18:07 GMT
Ken, thanks again, seems like the link does not work though?
> Hi,
>
[quoted text clipped - 52 lines]
>> >>
>> >> Thanks.