tony

Forum Replies Created

Viewing 15 replies - 6,316 through 6,330 (of 7,981 total)
  • Author
    Replies
  • in reply to: add empty row? #85387
    tony
    Keymaster

    Hello,

    If you put empty string for the rowid (or false) you row will have the id = totalrecords_in_grid + 1;

    Regards

    Tony

    in reply to: obtain edittype select value from value:label pair #85386
    tony
    Keymaster

    Hello,

    When you set this way you should set the value not the key or both. If you want to set the key and display the value use the new formatter option – see the news and docs.

    Regards

    Tony

    in reply to: Format ting the line of the grid #85379
    tony
    Keymaster

    Hello,

    Sorry but I do not understand. Could be a more specific?

    Regard

    Tony

    in reply to: delGridrow options data #85378
    tony
    Keymaster

    Hello,

    I will check for url, but

    in reply to: inlineEdit autosave when gridRow.onBlur #85377
    tony
    Keymaster

    Hello,

    Every edited element (when inline) has a id = rowid_+name so if your have name:'myname' form colmodel and your edited row 4 then this becomes

    4_myname – from this point you can easy do what you want.

    Regards

    Tony

    in reply to: Controlling vertical alignment of text in cells #85376
    tony
    Keymaster

    Hello

    Use setCell to set a custom attribute, not css or class. That what you do can not work. You should use for a cell atribute vertical-align= bottom or what you want.

    Regards

    Tony

    in reply to: Cell changed indicator on addRowData #85375
    tony
    Keymaster

    Hello,

    Little hard to do, but you can use setCel method after adding data to set a class name “dirty-cell” – see docs how to add

    in reply to: no data displayed #85373
    tony
    Keymaster

    Hello,

    All seems to be OK. Really do not see something wrong. Could you please give me link to the problem?

    Regards

    Tony

    in reply to: colNames required? #85372
    tony
    Keymaster

    Hello,

    If you have trouble you can omit the colNames array empty and use the new option in colModel – label – see more on what is new in 3.4 release

    in reply to: Images in grid and sizeable column height #85371
    tony
    Keymaster

    Hello,

    afterInsertRow: function(rowid, aData){
    $(’#'+rowid).css({height:175});
    },

    in reply to: ADDJASONDATA Asp.Net 2.0 #85370
    tony
    Keymaster

    Hello

    function(jsondata.responseText,stat) instead

    Regards

    Tony

    in reply to: Action buttons on rows #85369
    tony
    Keymaster

    Hello

    Look into the demos there is a such example.

    TOny

    in reply to: MultipleSelect remove a checkbox #85368
    tony
    Keymaster

    Hello,

    From the code this is expected behavior – when select all – all the rows are selected instead of that there is

    in reply to: editoptions dynamicly load from database #85365
    tony
    Keymaster

    What does not work? How look your data. Remember the last item should not end with ; – this will break the select. To make a test just put a string and see what is it –

    in reply to: cell wraps text after showCol #85364
    tony
    Keymaster

    Hello,

    Thanks will check this

    Tony

Viewing 15 replies - 6,316 through 6,330 (of 7,981 total)

Stay connected with us in your favorite flavor!