Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
300
Enter data into Web Data Grid
posted

I am using Infragistics v16.1 Web Data Grid. User wants to select multiple cell for copy/paste from Excel into grid but if i do that user has to double click the cell to edit any specific cell's data.

Is there any way to implement copy/paste from excel into Web Data Grid  and at the same time user can enter data into any specific cell without double click the cell like we have in excel.

Thanks!

Parents
No Data
Reply
  • 20255
    Offline posted

    Hello Rajesh,

    In order to enter edit mode of a cell you can use couple of options like "EnableOnActive", "EnableOnKeyPress" or "MouseClick" which could be set to "Single".

    WebDataGrid Designer provide a description for each of them.

    Have a look at the image below:

Children
No Data