> i've meant not quite that, but it is close. The topic is "select all > button" -- select all once, then user deselects uninteresting rows. > For ex, there maybe 50 rows on two pages and user may want not to have > just 2 or 3 of them in the report. So he presses "select all", all of > 50 records on both pages are selected and then he deselects everything > he does not need. And submits afterwards. Or he doesn't use that > button (link) at all and selects just few of the records. So it is > kinda like "change default value" for checkboxes in the grid while > filling some form. Hm, it is possible with some page reloading, i > guess.
i guess i just need a persisted property on the page of default selection value and use it in "get" property for checkbox value. And change this property from action link or smth. A page reload, but it seem to be right thing. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
