Hi,
Old UltraWebGrid has method findNext that allows to find cell in the grid. This method takes as parameter regex object.
Has WebHierarchicalDataGrid a similar method?
I need to search for the certain cell's value specified via regex.
Please help.
Hi Alexander,
WebDataGrid and WebHierarchicalDataGrid don't have such method. Try to iterate through the cells and match the cell’s text with your regular expression.
Could anybody from Infragistics team say something regarding my question? In my opinion it is quite simple question, old UltraWebGrid has some functionality that I am using, new WebDataGrid it seems NOT.
Alexander
Hello!