Events that are attached to cells do not raise after grid's text search is performed. This is because new text labels are populated and original text labels become hidden, so that the attached events to the original text are not called. How can we call the such events even after grid's text search is performed?
mousedown, mouseup and mouseenter event are not raised.
mousedown, mouseup and mouseenter event are raised.
@gedinakova
May I ask the current status of this issue? Is this considered a bug of igx-grid?
@ymita Yes, this is considered a bug. We are currently looking into it.
@ymita After further investigation and internal discussions, it was determined that this behavior is a limitation. The search feature is a simple text search. With custom cell templates there is no way for us to know whether the cells contain any text which can be searched and highlighted. So for this case, if the extended cell functionality is required when there's active search, the only option to avoid the broken behavior is by marking the respective column unsearchable by setting [searchable]=false.
@gedinakova Thank you for the information. Do you plan to write this limitation on the documentation for existing/future customers?
@ymita I have just updated the Grid Search spec file to include this limitation.
@DDavidkov Thank you!
@ymita You are welcome!
Also I have just created a PR for this in our docs, so when it is merged, the grid search topic will include the known limitations of the feature.
@DDavidkov
Is the limitation that is described on the Wiki going to be reflected on grid search topic soon?
@ymita Yes, Yuki, it will be available when our next major release is ready.