Search:

Type: Posts; User: giuseppe.corti

Search: Search took 0.02 seconds.

  1. Hi rvkvino, You should use the setAttribute...

    Hi rvkvino,

    You should use the setAttribute method that configures the stylesheet changes to be applied to all the HTML cells of the involved row.
    Something like this:
    ...
  2. Hi rvkvino, I suppose that the rows reappear...

    Hi rvkvino,

    I suppose that the rows reappear when an update does not change the involved field.

    Please, try something like this:

    var keys = [];

    ...
  3. Hi rvkvino, Please try something like this: ...

    Hi rvkvino,

    Please try something like this:

    dynaGrid.addListener({
    onVisualUpdate: function(key, info) {
    if (info == null) {
    return;
    }
  4. Hi rvkvino, You have two distinct options to...

    Hi rvkvino,

    You have two distinct options to do this.

    The first, maybe a bit more complex, is to separate the table into two different items, but this requires changes both to the server-side...
Results 1 to 4 of 4
All times are GMT +1. The time now is 06:12 AM.