CompletIT Community Server

Welcome to CompletIT Community Server Sign in | Join | Help
in Search

Customize Extension (double_click,etc)

Last post 01-20-2010, 7:04 AM by aalexandrov. 1 replies.
Sort Posts: Previous Next
  •  01-18-2010, 8:37 AM 19825

    Customize Extension (double_click,etc)

    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...

     

  •  01-20-2010, 7:04 AM 19827 in reply to 19825

    Re: Customize Extension (double_click,etc)

    Dear jess@darco,

    Thank you for using DataGridView Extension.


    First: We have not noticed any problems in the event handlers ... also if we somehow use the event there is no reason that youe handlers shouldn't work. Could you please provide us with some more information or sample to reproduce the problem on our side?

    Second: You can set readonly property - that will make your entire grid in read-only mode. It is programmer's choise, not user's, so this property is not editable by the user. but you can leave the entire grid not editable and to set read-only to a certain columns, and also you can disable the user not to be able to change the read-only setting of a column setting - for more information see Permissions in Developer's Guide.

    Sincerely Yours
    Alexander Alexandrov
    Support Team

View as RSS news feed in XML
Powered by Community Server (Personal Edition), by Telligent Systems