Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » NatTable » TextSearch in a SpanningDataLayer
TextSearch in a SpanningDataLayer [message #1694870] Fri, 08 May 2015 14:50 Go to next message
Thorsten Schlathölter is currently offline Thorsten SchlathölterFriend
Messages: 312
Registered: February 2012
Location: Düsseldorf
Senior Member
Hi,
when using the SpanningDataLayer the Nattable TextSearch is not functioning properly. This can easily be seen in the NatTable SpanningDataLayer example when searching for "Row". it is not possible to get the next search result once the spanning cell has been reached. I have looked into the code and I think the GridSearchStrategy would have to be modified in order to honor the SpanningDataLayer. Currently the strategy simply looks into the next cell (which is spanned with the current cell) and finds the same "Row" label again. Since it is the same cell the current searchPosition is not changed at all and thus it is not possible to step out of the spannig cell even after consecutive calls to "next".

Does anybody know if there is some workaround to this?

Thanks in advance
Thorsten
Re: TextSearch in a SpanningDataLayer [message #1694887 is a reply to message #1694870] Fri, 08 May 2015 17:36 Go to previous message
Dirk Fauth is currently offline Dirk FauthFriend
Messages: 2903
Registered: July 2012
Senior Member
Nope there is no known workaround. Please create a ticket. And contribute a fix if you found one.
Previous Topic:CheckBoxCellEditor issue when editing large amount of cells
Next Topic:Updating items in Combo box filter
Goto Forum:
  


Current Time: Wed Sep 25 05:50:07 GMT 2024

Powered by FUDForum. Page generated in 0.03965 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top