Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
865
WebGrid - Add band using Javascript
posted

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

Parents
  • 45049
    Suggested Answer
    posted

    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.

Reply Children
No Data