Hi Team,
we have a grid with 50,000 rows and 35 columns. we have a single renderer which applies formatting of cell based on dataType = text vs numeric. To load 50K records, the grid freezes about 15 sec. after grid loads after 15 sec, it still takes 3-4 seconds to enable vertical/horizontal scroll, editing/selecting cells etc. so in total it takes about 20 seconds to get this grid ready for end user to work on.
what is the best approach to get rid of these lags or to improve performance of huge resultset.
thanks