tony

Forum Replies Created

Viewing 15 replies - 2,386 through 2,400 (of 7,981 total)
  • Author
    Replies
  • in reply to: Server validating data + error warning #94775
    tony
    Keymaster

    HEllo,

    Could you please include the development version in order to see what is happen.

    Thanks.

    Best Regards

    Tony

    in reply to: Set Cell Color #94774
    tony
    Keymaster

    Dear all,

    Could you please look at the demo:

    New in version 3.2 => afterInsertRow event.

    This is exactley what you want.

    Regards

    Tony

    in reply to: data concatination #94773
    tony
    Keymaster

    Hello,

    I'm not sure that I understand the problem. Also jqGrid does not closes any

  • tag. The problem is maybe how you write this long string.
  • I suggest you first to try with simple tags without classes and data and see if this work, then add step by step additional code and see the result.

    Regards

    Tony

in reply to: jqGrid 3.6.5 & “Loading…” #94772
tony
Keymaster

Hello,

Thanks. Also updated Upgrade options and documentation.

Best REgards

Tony

tony
Keymaster

Hello,

Not sure but does getGridParam do the job for you?

http://www.trirand.com/jqgridwiki/doku.php?id=wiki:methods

Regards

Tony

in reply to: Warning: Unresponsive script when loading 2,000 records #94770
tony
Keymaster

Hello,

If you try with not so much rows – let say 200-300 is this happen?

Best Regards

Tony

in reply to: set an empty string as a date using setRowData #94769
tony
Keymaster

Hello,

The common mistake. Also setRowData, getRowData and etc does not have effect in edit mode – there are a tons of post here

The code should be

afterSubmitCell: function(response, id, name, val, iRow, iCol) { ….

if (!validateDate(enddate, startdate)) { //if (Date.parse(startdate) > Date.parse(enddate)) {

tony
Keymaster

Hello,

Maybe you are right, but changing right now complete with succes will cause all existing users to change a lot of code and expect a lot of problems.

Best Regards

Tony

in reply to: Sorting bug in 3.7.1? #94764
tony
Keymaster

Hello,

It is not a good idea in this case to use addRowData.

Also you can simple replace

for(var i=0;i<=mydata.length;i++)

jQuery(“#list4”).jqGrid('addRowData',i+1,mydata);

with

jQuery(“#list4”).jqGrid({

datatype: “local”,

data : mydata,

});

It is a more natural way to have paging.

Instead I will check your example.

Best Regards.

in reply to: tableToGrid pager problem in 3.7 Beta #94759
tony
Keymaster

Hello,

Thank you very much for pointig us this problem.

To be a honest with you we missed table to grid functiion which deal with local data. We will make here a lot of improvements and fixes

After day or two you will find the appropriate changes in GitHub.

Thank you again.

Best Regards

Tony

in reply to: Use namespaced XML to load jqGrid #94744
tony
Keymaster

Hello,

This is not a jqGrid problem, but rather jQuery.

Maybe you will need to look here:

http://stackoverflow.com/questions/853740/jquery-xml-parsing-with-namespaces

http://thompson-web.blogspot.com/2009/03/jquery-xml-and-namespaces.html

Best Regards

Tony

in reply to: True-Scrolling IE 2 Pages #94740
tony
Keymaster

Hello,

To resolve the issue I need a link to the problem

Regards

Tony

in reply to: addRowData method throws exception #94739
tony
Keymaster

Hello,

In order to resolve I need a link to the problem

Thanks

Regards

Tony

in reply to: Drag and Drop and draggable #94738
tony
Keymaster

Hello,

Thanks.

I'm not sure that all of these all UI stuff can work when they are activated in one grid – never tested, but will try.

Best Regards

Tony

in reply to: reloading subgrid collapses the parent row #94737
tony
Keymaster

Hello,

Code or link to the problem please ….

Thnaks

Regards

Tony

Viewing 15 replies - 2,386 through 2,400 (of 7,981 total)

Stay connected with us in your favorite flavor!