CTRL-F does not find data inside igGrid...Is this a known issue? Do we have a workaround for this?
Hello S S,
Thank you for posting in our community.
I tested searching values in the grid using CTRL+F and everything was working as expected on my side. The value that I typed in the search input was correctly found among the grid values. I made a small sample and I am attaching it for your reference. I tested my sample in Internet Explorer, Chrome and Firefox browsers. I am also attaching a screenshots with the outcome of the search.
Please test this sample and let me know what is the behavior on your side. If this is not an accurate demonstration of what you are trying t achieve please feel free to modify my sample and send it back to me.
Looking forward to hearing from you.
I see strange behaviour sometimes searching works for me but when my grid has say 238 rows, it wont search for me if the data is not on visible part of the screen.
I am using virtualization on my grid, does this pose a problem?
Thank you for getting back to me.
Virtualization feature of igGrid control is used to reduce the number of the active in-memory DOM objects. This means that with both types of virtualization only a particular number of rows will be rendered. With fixed virtualization only the visible rows are rendered and with continuous virtualization a pre-defined number of rows. In both cases if the value that you are looking for is not rendered it is not going to be found from the search input.
Some further reference about virtualization could be found at:
http://help.infragistics.com/Help/Doc/jQuery/2012.1/CLR4.0/html/igGrid_Virtualization_Overview.html
I hope you find this information helpful.
Please let me know if you have any additional questions regarding this matter.
Thanks Vasya, for confirming my doubt.
You help is appreciated.
I am glad that you find my information helpful.
Please let me know if you need any further assistance with this matter.