guriddo.support

Forum Replies Created

Viewing 15 replies - 331 through 345 (of 1,092 total)
  • Author
    Replies
  • in reply to: Filter jqGrid Date Column By DatePicker #126836
    guriddo.support
    Participant

    Hello,

     

    Could you please post all the jqGrid options (setup) and some test data. It is good to know this, again with the source date format?

    You do not need to trigger the toolbar search when you edit the data.

    Thank you

     

    Kind Regards,

    Will

    Guriddo Support Team

    in reply to: Filter jqGrid Date Column By DatePicker #126834
    guriddo.support
    Participant

    Hello,

     

    The very important part of the problem is: Where is the search performed: locally (datatype: ‘local’or loadonce: true) or server side?

     

    Kind Regards,

    Will

    Guriddo Support Team

    in reply to: class FormError ui-state-error not shown #126832
    guriddo.support
    Participant

    Hello,

     

    Can you please prepare a simple demo and send it to us? We are unable to reproduce the problem.

     

    Below examples which works for us with 5.2 too:

    Validation 1

    Validation 2

    Validation 3

     

     

    Kind Regards,

    WIll

    Guriddo Support Team

    in reply to: toolbar question #126831
    guriddo.support
    Participant

    Hello,

     

    Unfortunately there is no build in method, if I understand correct the requirement.

     

    One possible resolution is to use the custom toolbar, that can be created below the header (see grid option  toolbar : [true,’top’]  here) In this toolbar a input can be created with custom action like desired.

     

     

    Kind Regards,

    Will

    Guriddo Support Team

    in reply to: calling colmenu programatically #126826
    guriddo.support
    Participant

    Hello,

     

    Thank you for the recommendation.

     

    Actually we consider more deeper update – i.e our plans are to include support for Bootstrap of the following jQuery UI’s  (including column chooser)

     

    That are plans for our next release and we will let you know about this.

     

    Kind Regards,

    Will

    Guriddo Support Team

    in reply to: Selecting All Rows From Every Page #126825
    guriddo.support
    Participant

    Hello,

     

    Thank you for the response.

     

    Glad to hear, that you have find a solution of the problem.

     

    Kind Regards

    Will

    Guriddo Support Team

    in reply to: Selecting All Rows From Every Page #126822
    guriddo.support
    Participant

    Hello,

     

    As I explain in my first post the above code is valid only if datatype is local – this mean that all the data is available at client side.

     

    Your data is json and hence it comes from the server – this means that at client there is no local data.

     

    To explain simple – your data comes from the server at portions (pages). In the grid we store only the current page.

     

    We know the id of the rows in the current page only and we do not know all other id’s, since they are at server and we can not select  them.

     

    I hope you understand the diffrence.

     

    If you explain us what is your goal and why you need all the ids of the rows, maybe we can recommend you a solution.

     

    Kind Regards,

    Will

    Guriddo Support Team

    in reply to: Selecting All Rows From Every Page #126820
    guriddo.support
    Participant

    Hello,

     

    Sorry the first code is wrong the correct code is:

     

     

    Guriddo Support Team

    in reply to: Selecting All Rows From Every Page #126819
    guriddo.support
    Participant

    Hello,

     

    Yes there is way to do this. It uses some not documented grid property _index, which hold all the id of the grid in case the datatype is local.

     

    Suppose you want to do this on button click, the code is:

     

     

    Kind Regards,
    Will

    Guriddo Support Team

    in reply to: Theme Change #126816
    guriddo.support
    Participant

    Hello,

     

    There is nothing special here.

    1.Download the desired theme from here:

    2. In the css of  jqSuite php directory create a new sub directory by example – the name of the theme.

    3. In this directory copy the images directory and jquery-ui.css from the donwloaded zip file.

    4. Just change the loaction of the jquery-ui.css in the index file.

     

    Demo here

     

     

    Kind Regards,

    Will

     

    Guriddo Support Team

    in reply to: colMenuColumnDone event #126814
    guriddo.support
    Participant

    Hello again,

     

    Maybe a good way is to use Proxy but this need to be considered carefully.

     

    Kind Regards,

    Will

    Guriddo Support Team

    in reply to: colMenuColumnDone event #126813
    guriddo.support
    Participant

    Hello Kris,

     

    The colMenuColumnDone is called when the column is shown/hide in column menu, but it is called before the show/hide column. Also you can test this if you simple do alert in that eventn. (this is true in 5.3.1 release) To this event are passed 3 parameters and the 3 parameter is the state of the checkbox to show/hide the column.

     

    As for recommendation, using watchpoints for jqgrid object has a serious negative impact on performance. It is better to use setters and getters, which we actually have: getGridParam and setGridParam. In setGridParam we can add a event listeners, but this is not the only way to change the grid parameter.

     

    Kind Regards,

    Will

    Guriddo Support Team

    in reply to: saveState and loadState #126812
    guriddo.support
    Participant

    Hello,

     

    In loadState method there is a event called beforeSetGrid. To this event are passed the saved grid parameters. The event should return the new (modified) parameters, which exactly what you do with your custom function.

     

    Docs are here

     

    Since you point to some bug – can you please post the code which demonstrates the problem.

     

    Kind Regards,

    WIll

    Guriddo Support Team

    in reply to: Align column title #126810
    guriddo.support
    Participant

    Hello,

     

    The problem you have is a way the syntax is written. In JavaScript you mix PHP. For your case this to work you will need to cahnge the script from
     

     

    to
     

     
    Another possible solution is to use callGridMethod like this
     

     
    Kind Regards,
    Will

    Guriddo Support Team

    in reply to: saveState and loadState #126804
    guriddo.support
    Participant

    Hello,

     

    Thank you for the recommendation. Unfortunately at the moment  we can’t store only the defined parameters for the grid, since they are extended when the grid is created and we do not know which are defined. (maybe it can be done when we made interception from the default and new one, but this need testing)

     

    We can not reproduce this problem. Can you please post a simple test case which demonstrates the problem?

     

    Thank you

     

    Kind Regards,

    Will

    Guriddo Support Team

Viewing 15 replies - 331 through 345 (of 1,092 total)

Stay connected with us in your favorite flavor!