Howard
Thu Aug 17 09:51:52 CDT 2006
Jay:
There is no MultiSelect value that I can find. In fact, I am writing one
now. You must be thinking of the DataGridView in .Net 2.0. Unfortunatley I
am using System.Windows.Forms.DataGrid 1.1.
"Jay Kudecha" <JayKudecha@discussions.microsoft.com> wrote in message
news:7AE83F79-1D91-4645-BEC9-D5DC39F557F6@microsoft.com...
> Hello Howard Swope,
>
> You can set the datagridview property MultiSelect to value False.
> This would override 'Ctrl+A' settings of windows and won't allow the user
> to
> select all rows of the datagridview.
>
> Hope this is the correct feature you need, Let me know in case you need
> more
> help,
>
> Jay Kudecha.
>
>
> "Howard Swope" wrote:
>
>> Ctrl-A selects all in the System.Windows.Forms.DataGrid. I am trying to
>> disable this functionality and am having a heck of a time. I have a
>> control
>> that inherits from DataGrid I have tried to catch the Ctrl-A in the
>> OnKeyDown and ProcessKeyMessage and it seems that something is getting to
>> it
>> bore I do. I am able to catch it in the OnKeyUp, but by then its too
>> late.
>>
>> How can this be done
>>
>> TIA
>> --
>> Howard Swope [hswopeATtrafficDOTcom]
>> Software Engineer
>> Media Development
>> Traffic.com [
http://www.traffic.com]
>>
>>
>>