hgs1906 / smartgwt

Automatically exported from code.google.com/p/smartgwt
0 stars 0 forks source link

ListGrid Warning message :"Can't select many records at once.please try work with smaller batches" #470

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

If i select all records in the grid,it will show warn Message.
so how to rectiy this issue.

Message: Can't select many records at once.please try work with smaller
batches.

I am waiting for you reply.

Thanks
praveen

Original issue reported on code.google.com by praveen....@gmail.com on 2 Jun 2010 at 5:18

Attachments:

GoogleCodeExporter commented 9 years ago
This is by design. As the message states, selecting all records is not 
supported for large datasets.

In the future please post questions  in the SmartGWT forum and not here.

Original comment by sanjiv.j...@gmail.com on 2 Jun 2010 at 9:44

GoogleCodeExporter commented 9 years ago
so now what can i do.
How to selects all records in a ListGrid,and when it will be fixed.

Original comment by praveen....@gmail.com on 4 Jun 2010 at 5:11

GoogleCodeExporter commented 9 years ago
I had resolved it. If u r using datasource to fill the ListGrid then change it 
with ListGridRecord[] and use listGrid1.setData(new ListGridRecord[] );

Original comment by asad.na...@gmail.com on 21 Dec 2010 at 10:20

GoogleCodeExporter commented 9 years ago
Hey Asad,

Could you please share the code as how did you do that using ListGridRecord[].

I am also struggling with it.

Original comment by chandra....@gmail.com on 22 Oct 2013 at 8:03