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!
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: