Hi everybody,
I discover DataGridView Extension today and tried it.
I have just one or two little problems :
First :
For some of my datagridviews, I need to user doubleclick event or keydown event (key enter) to open the document selected in the datagridview.
When I use Extension, doubleclick and others things defined doesn't work anymore. How can I do?
Second :
I want some datagridviews in readonly mode (for cell content), if I don't use Extension, it's ok but users can't customize layout.
Is it possible to disable edit mode and let the customizable section for layout only ?
For informations, I'm in VS2008 and C# and want to use Extension for listing of orders, invoices...