Is there any event to capture the row double click event? And i need how to read an item in the selected row and pass it as a query string to some other page. I need sample in ASP.NET MVC Razor (cshtml). It will be great if some one can assist me on the same.
Hi Martin,
Any update on this???
Regards,
Suresh A
Kindly find below the answers for your question
1. What features do you use in igGrid?
features.Selection().MouseDragSelect(true).MultipleSelection(false).Mode(SelectionMode.Row);
2. Which browser are you using in your tests? What version?
IE 8
3. Can you confirm that the bottleneck is in getting the row or cell values from the grid in the double click function?
Row value. I have followed your code.
4. Can you confirm that the bottleneck in not in opening the popup window?
When i give window.location = address it is opening fine but when i give window.open(address) then it is taking a lot of time. Let me know is there any other way to open the popup window.
My requirement is as below
I have a grid when i double click a row it has to open a popup window which wll have options to modify certain details. After the modification the popup needs to be closed and the grid needs to be refreshed with the modify values.
Let me know how can i acheive the same.
Hello Suresh A,
I did create test bed with igGrid(with no features enabled) holding more than 500 rows (JavaScript array) and the double click function works perfect for me. I'm missing something so can you answer me some questions:
Thanks in advice,
Martin Pavlov
Infragistics, Inc.
The code is working but on double click it is very very slow to open a popup window. In my case i have around 500+ records in the grid. Let me know is there any better way to do the same.
Hello Martin,
Thanks a lot. I will try it out and will update you.