tony

Forum Replies Created

Viewing 15 replies - 7,186 through 7,200 (of 7,981 total)
  • Author
    Replies
  • in reply to: MultiSelect: Setting Items as Selected On Grid Load #83510
    tony
    Keymaster

    Hello,

    getGridParam('selrow')

    Retur the currentlly selected row – null otherwise.

    Best Regards

    Tony

    in reply to: Id from server #83509
    tony
    Keymaster

    Hello,

    How looks your jsonReader like?

    Regards

    Tony

    in reply to: Id from server #83500
    tony
    Keymaster

    Did you see the difference ?

    should be

    or change the xmlReader to read the ID instead of id

    in reply to: Load data into textarea #83497
    tony
    Keymaster

    Yes it is not jqGrid problem.

    getRowData uses jQuery html function for this purpose.

    Regards

    Tony

    in reply to: Load data into textarea #83495
    tony
    Keymaster

    Hello,

    IMHO this is not a jqGrid problem.

    Try to alert the value before putting it into the element.

    What is the alert in IE and in FF? I think they are the same.

    Regards

    Tony

    in reply to: Id from server #83494
    tony
    Keymaster

    Hello,

    Thank you for this, but sorry this is not a bug.

    The for statement is called after constructing the multiselect and subgrid

    additinal columns, so this must work – check your code again.

    Check your server code again and pay attention on what you return from

    server –

    in reply to: Load data into textarea #83492
    tony
    Keymaster

    Hello,

    What do you use in onSelectRow

    in reply to: Navigation buttons disables altough there is a bunch of data #83491
    tony
    Keymaster

    Hello,

    { total: “1″,

    in reply to: Validation #83488
    tony
    Keymaster

    Hello,

    Yes this is true for now you can use beforeSubmit even where you

    can analyze the posted data and retur true or false depending

    on values of select or other controls.

    Best Regards

    Tony

    in reply to: onPaging not working in 3.2 #83487
    tony
    Keymaster

    Hello,

    What does not work? Please be a more detailed ..

    You can look in the demos for this.

    Regards

    Tony

    in reply to: In line editing issue – data problem? #83486
    tony
    Keymaster

    Hello,

    Yes there is a bug when id:”0″ – have corrected this.

    For now you can use id:”Absence Date” , or simply set in the colModel

    colModel:[
    {name:'absDate',

    index:'absDate',

    width:120,

    sorttype:”date”,

    key: true

    },

    ….

    Best Regards

    Tony

    in reply to: New Questions #83485
    tony
    Keymaster

    Hello,

    Step by Step:

    1. The expression $response->t_wins = $t_wins;

    in reply to: How to know if refresh/search button is clicked #83482
    tony
    Keymaster

    Hello,

    Currently no way. Use custom button for this purpose.

    Regards

    Tony

    in reply to: In line editing issue – data problem? #83481
    tony
    Keymaster

    Hello,

    How you edit the row. If possible send me jqGrid options and code where

    you edit the row. I think that the problem is that you do not have set

    the row id – i.e the uniquie row

    in reply to: navGrid – readonly field #83478
    tony
    Keymaster

    Hello,

    You can use

Viewing 15 replies - 7,186 through 7,200 (of 7,981 total)

Stay connected with us in your favorite flavor!