Hi,
We are using Infra version 6.3.
We have an UltraWebGrid, which we display as hierachical. We want to add a new band from client-side javascript.
Band[0] is there by default. But how to add new bands to the Bands Collection from the client-side.
Thanks,Anandhev
Anandhev,
To add bands or columns to WebGrid, you must do so on the server. Neither can be added to WebGrid in client-side code.
The closest you can come to adding bands and/or columns through client-side code is to use a WebAsyncRefreshPanel (WARP) or an UpdatePanel to make an AJAX callback to the server, where you then add the columns and bands.
Many Thanks Vince for your quick response.
Regards,
Anandhev