admin

Forum Replies Created

Viewing 15 replies - 616 through 630 (of 635 total)
  • Author
    Replies
  • in reply to: Error jqGrid in asp.net mvc #87883
    admin
    Keymaster

    There isn't anyone that help me?

    in reply to: jqGrid Accessibility/ Section 508 compliance #87882
    admin
    Keymaster

    You need to be aware that although Section 508 is a US standard, there are equivalent standards in most of the world now — e.g. the Disability Discrimination Act in the UK. There is also an ISO standard on accessibility. (I can't remember the number off hand).

    in reply to: Sorting in adjacency JSON autoloaded treegrid #87879
    admin
    Keymaster

    OK, I think I've worked out the sorting issue. It was my problem; the jqGrid sends a parameter to the AJAX url named 'sidx' with the column to sort on and a parameter named 'sord' with the order. Hope this helps someone!

    John

    in reply to: jqgrid 3.4 All xml data is displaying in one page #87874
    admin
    Keymaster

    Is the problem because I am using url directly as books.html ? Please help.

    The only problem is all the 25 rows are displaying in one page.

    in reply to: i need treegrid sql #87835
    admin
    Keymaster

    I am looking for it too.

    in reply to: Using jqGrid on IIS7 #87788
    admin
    Keymaster

    Hi

    I have the same problem, too. When it is locally hosted, it works fine, but when I hosted it to a Windows Server 2008 IIS7 it doesn't work.

    Previous post that says “don't have any issue…” probably doesn't hosted to WS2008 IIS7…

    Can you please tell me, is this a bug or what is it, cause I use the plugin for commercial application and

    this is a BIG problem if it doesn't support IIS7 on WS2008???

    Please reply ASAP.

    Cheers,

    Renata

    in reply to: navGrid #87734
    admin
    Keymaster

    Hello, You might be missed some files to include

    CSS files

    Js files

    i got the same problem before once i included this files it is working fine with me.

    🙂

    in reply to: Question about inline editing #87733
    admin
    Keymaster

    Hi Tony,

    thanks for the reply. Already tried that yesterday but it didn't work out.

    I'll keep playing with the code. If I can find a solution I'll post it here.

    Keep up the good work, I really love this grid Laugh

    Best regards

    in reply to: Question about altRows Propety #87694
    admin
    Keymaster

    It's not the cleanest solution but in the meantime I did this to get the alt to work.

    Each alt row gets the ui-priority-secondary class from jquery.ui themes

    in the jqgrid css file i added this line.

    .ui-jqgrid tr.ui-priority-secondary td { background: #COLOR_CODE; }

    And it works. Cool

    in reply to: Calling jQuery function from link in a cell #87687
    admin
    Keymaster

    This seems to work.

    Is it the best way to call functions outside jqgrid?

    onCellSelect: function(rowid,iCol,cellcontent){

    admin
    Keymaster

    You can hide this row by css:

    #_empty{

    in reply to: Changing Add button icon in Navigator #87661
    admin
    Keymaster

    found it

    should be buttonicon and not buttonimg as per the documentation.

    must have changed in v3.5

    Smile

    in reply to: Changing Add button icon in Navigator #87660
    admin
    Keymaster

    Hi

    This does not seem to work for a new button.

    e.g.

    .navButtonAdd('#pager',{

    caption:'',

    title:'Approve User',
    buttonimg:'ui-icon-circle-check',

    ….

    I have tried changing the add icon as per the previous post and that works fine, but I need to change a custom button.

    Any help please

    Thanks

    Graham

    in reply to: Get grid data #87657
    admin
    Keymaster

    Hmmm

    I feel like there should be a function something like:

    $jQuery("#myGrid").getAllRowData()

    I haven't looked through the code of jqGrid but I assume that the row data is already stored in a stucture of some sort.

    Just returning that stucture would be alot faster than having to loop through every row to get the data.

    in reply to: JSON Format with PHP/Zend Framework = empty table #87642
    admin
    Keymaster

    This is working for me:

    public function indexAction() {

Viewing 15 replies - 616 through 630 (of 635 total)

Stay connected with us in your favorite flavor!