Hello,
We are using SmartClient_80_Pro.
We have grid that could hold thousands of rows. We use the pagination, but want to have the option to select all. Currently, the checkbox is disabled and the message "Can't select many records at once" comes up when click on the checkAll area.
I saw thread: http://forums.smartclient.com/showthread.php?t=11630&highlight=%22select+records%22 which is similar to the issue that I have but for the Smart GWT environment.
In the thread, you have suggested:
"What does work and is already there is the grid.selectionProperty which allows you to maintain a server-side selection and convey it incrementally to the client."
Will this suggestion work for the SmartClient_80_pro product that we are using? What are the grid.selectionProperty you are referening to? How to set the properties? could you provide some code sample?
Thanks in advance!
We are using SmartClient_80_Pro.
We have grid that could hold thousands of rows. We use the pagination, but want to have the option to select all. Currently, the checkbox is disabled and the message "Can't select many records at once" comes up when click on the checkAll area.
I saw thread: http://forums.smartclient.com/showthread.php?t=11630&highlight=%22select+records%22 which is similar to the issue that I have but for the Smart GWT environment.
In the thread, you have suggested:
"What does work and is already there is the grid.selectionProperty which allows you to maintain a server-side selection and convey it incrementally to the client."
Will this suggestion work for the SmartClient_80_pro product that we are using? What are the grid.selectionProperty you are referening to? How to set the properties? could you provide some code sample?
Thanks in advance!
Comment