REF:
http://forums.smartclient.com/showth...light=checkbox
Refering to this post I found one problem introducing this proposed solution.
When I have not loaded records in my grid I get a "... work on smaler batch..." pop up. which prevents me from using your solution.
The select all status (used by google) makes only sense if there is paging. There is no way the user is going to understand that even if you inform him, with a special sign that all is selected, that he is working on the whole data set if not all data is ticked. With paging the users sees at least that the first page is selected.
My users have the option to choose between paging and live grid. My paging solution is a combination of DSRespons handling and overriden sort/filter. For controls I use a simple widget shared on this forum. It is impossible to override or set the checkbox columns properties.
The question:
How do I override the checkbox select all event to introduce the "All selected state" you propose on a live grid with partial data loaded ?
http://forums.smartclient.com/showth...light=checkbox
Refering to this post I found one problem introducing this proposed solution.
When I have not loaded records in my grid I get a "... work on smaler batch..." pop up. which prevents me from using your solution.
The select all status (used by google) makes only sense if there is paging. There is no way the user is going to understand that even if you inform him, with a special sign that all is selected, that he is working on the whole data set if not all data is ticked. With paging the users sees at least that the first page is selected.
My users have the option to choose between paging and live grid. My paging solution is a combination of DSRespons handling and overriden sort/filter. For controls I use a simple widget shared on this forum. It is impossible to override or set the checkbox columns properties.
Code:
setSelectionAppearance(SelectionAppearance.CHECKBOX);How do I override the checkbox select all event to introduce the "All selected state" you propose on a live grid with partial data loaded ?