3.2.0

How to let serverside application know the selected sublist?

I have grid table with 100 items, user selected 40 of them and click a button "Exclude Selected", how my application pickup selected 40 rows?

Thanks!
Rulin
May 29,
If you mean server-side code than you need to send the selection data to the server. Either use XMLHttpRequest object directly or AW.HTTP.Request class.
Alex (ActiveWidgets)
May 29,

This topic is archived.

See also:


Back to support forum