Hello,
I am new to the smartGWT and I hope I can get some help on the issue that I am facing now.
I was looking at the "Demo Application"(http://www.smartclient.com/smartgwt/showcase/#featured_complete_app) and I want to know how to control the number of rows to display after "itemList.filterData(findValues);" is executed. Let's say that returns 10 rows but if I want to show just first 5 rows to the "ItemListGrid", how do I accomplish this? It seems I can't intercept that resultset returned. I have tried setDataPagingSize(), but that doesn't seem to help.
Any help would be greatly appreciated.
I am new to the smartGWT and I hope I can get some help on the issue that I am facing now.
I was looking at the "Demo Application"(http://www.smartclient.com/smartgwt/showcase/#featured_complete_app) and I want to know how to control the number of rows to display after "itemList.filterData(findValues);" is executed. Let's say that returns 10 rows but if I want to show just first 5 rows to the "ItemListGrid", how do I accomplish this? It seems I can't intercept that resultset returned. I have tried setDataPagingSize(), but that doesn't seem to help.
Any help would be greatly appreciated.
Comment