tony

Forum Replies Created

Viewing 15 replies - 6,106 through 6,120 (of 7,981 total)
  • Author
    Replies
  • in reply to: Problem with setSelection #85872
    tony
    Keymaster

    Hello,

    Thanks.

    In your case this mean that either the selected_jq_ids is null or

    the array returned from

    currentGridIds = jQuery(“#grid_id”).getDataIDs() is emty

    or at least the data from this array does not match those from

    in reply to: Displaying custom row content #85871
    tony
    Keymaster

    Hello,

    Maybe a good solution here is to use afterInsertRow (where all the row data is available) and setCell method to set the first column data depending on others.

    Regards

    Tony

    in reply to: Caption problem #85870
    tony
    Keymaster

    Hello,

    IMHO – all news in new versions should be read.

    Regards

    Tony

    in reply to: How can the key name ‘id’ be changed in saveRow() #85869
    tony
    Keymaster

    Hello,

    IMHO this solution is not applicable. One approach is to create a hidden coulmn and post it. Another is to use the extraparam to pass additional data to the post.

    See docs

    Regards

    Tony

    in reply to: Problem with import ( JSON) #85868
    tony
    Keymaster

    Hello,

    Thanks for this.

    I see something wrong which should be corrected when a export method is used.

    There will be certain problems when one of these parameters is set to true: multiselect, subgrid, treeGrid.

    The problem is that the additional columns (cb, sg and treegrid cols) generated when the grid is constructed should be removed when a export is called.

    Regards

    Tony

    in reply to: Formatting page totals and row totals (solution) #85865
    tony
    Keymaster

    Hello,

    Thanks. I will test this.

    Regards

    Tony

    in reply to: Migrating from 3.4.1 to 3.4.3 problem with Opera browser #85864
    tony
    Keymaster
    in reply to: Sorting and cell editing #85863
    tony
    Keymaster

    Hello,

    Find SortData function and comment this line:

    if(ts.p.savedRow.length > 0) {return;}

    Regards

    Tony

    in reply to: Locale codepage / encoding #85862
    tony
    Keymaster

    Hello,

    Thanks. I have already fix this. The previous code breaks in Opera. This one works fine with all browsers.

    Regards

    Thank you

    Tony

    tony
    Keymaster

    Hello,

    Discussed already many times.

    Regads

    Tony

    in reply to: formatter:’currency’ and NULL ;unproper displaying #85860
    tony
    Keymaster

    Hello,

    The formatter expect empty value in order to set the default value.

    Regards

    in reply to: formatter:’currency’ and NULL ;unproper displaying #85850
    tony
    Keymaster

    Hello,

    Look at the defaultValue option of the formatter.

    in reply to: Searching for Empty Values #85849
    tony
    Keymaster

    Hello,

    There is workground for this – when the user click every time on serch button and there is no data on it we do not make request to the server – suppose that the user click 5-10 times on empty value.

    Instead this is a good recommendation and I will implemet it in next major relese.

    Regards

    Tony

    in reply to: Caption problem #85847
    tony
    Keymaster

    Version 3.4

    CSS: Themes

    ..

    Other changes have been made to the CSS files; if you use them just as they come, all you need to do is install the new ones over your old ones. But if you have modified your copies, then you may prefer to implement the following changes individually:

    • should be replaced with

    • should be replaced with

    • new item should be added

    These changes replace the original red “Loading” message at the upper left of the grid with a new cleaner message and animated icon in the middle of the grid. To make this work, copy the loading.gif from image directory of the new version to the appropriate place. This appears, of course, only when you have loadui:”block” in the grid configuration.

    in reply to: jqGrid – display a xml node attribute value in a cell #85844
    tony
    Keymaster

    Hello,

    This is possible only for the rowid and not for the data. See docs.

    Regards

    Tony

Viewing 15 replies - 6,106 through 6,120 (of 7,981 total)

Stay connected with us in your favorite flavor!