guriddo.support

Forum Replies Created

Viewing 15 replies - 826 through 840 (of 1,092 total)
  • Author
    Replies
  • in reply to: reloadNode() #124957
    guriddo.support
    Participant

    Hello,

    Thank you for recommendation – we will consider this feature and let you know about our decision.

    Kind Regards,
    Will

    Guriddo Support Team

    in reply to: Lock edit form on submit #124941
    guriddo.support
    Participant

    Hello,

     

    Addition to the previous post is using a error function in case the request fail. So the final code is:

     

     

    Guriddo Support Team

    in reply to: Column Chooser in JQgrid Bootstrap #124940
    guriddo.support
    Participant

    Hello,

     

    We understand the problem and will try to do a similar implementation which will replace the jQuery UI solution only.

     

    Kind Regards,

    Will

    Guriddo Support Team

    in reply to: Lock edit form on submit #124939
    guriddo.support
    Participant

    Hello,

     

    In current implementation you can edit form while posing to the server, but the Submit button is disabled so that instead of changes the user can not click the submit.

     

    To add a visual implementation of processing you can use two events by example onclickSubmit and afterComplete to init the ajax working message and hide them after the request is completed.

     

    Suppose you have added a html in your page like this:

     

     

     

    Then you can do
     

     

    You can add and position the loading div where you want – in the body or in the form..
     

    Hope this help
     

    Kind Regards
    Will

    Guriddo Support Team

    in reply to: Column Chooser in JQgrid Bootstrap #124926
    guriddo.support
    Participant

    Hello,

     

    We have already this feature in Bootstarp and it will be avialble in the next release, which will be published very soon.

     

    Here is the addition:

    It is named colMenu and one of the property is column reordering hide/show which is supported in Bootstrap.

     

    Regards

    Guriddo Support Team

    in reply to: dataUrl (editoptions for select) is not working in JQGRID #124925
    guriddo.support
    Participant

    Hello,

     

    We have a demo which work file. You can look at this example

     

    I think that is something wrong with your server response and how the data is send to the client.

     

    Kind Regards,

    Will

    Guriddo Support Team

    in reply to: SetAutoComplete only 10 rows #124900
    guriddo.support
    Participant

    Hello,

     

    As we write the problem is fixed and it will be avilable next week when we publish ne release.

     

    Thank you for the patience

     

    Kind Regards,

    Will

    Guriddo Support Team

    in reply to: dataUrl (editoptions for select) is not working in JQGRID #124899
    guriddo.support
    Participant

    Hello,

     

    The reason not to run buildSelect are mainly two

    1. You have a mistake written the name of the function.
    2. You do not put it in the right place

    Be a sure that both are meet.

    You do not answer our question – which version of jqGrid and jquery are used?

     

    Kind Regards,

    Will

     

    Guriddo Support Team

    in reply to: dataUrl (editoptions for select) is not working in JQGRID #124894
    guriddo.support
    Participant

    Hello,

    If you do console.log(response) in buildSelect what you see?
    just alert the response in buildSelect and see what is?

    Regards

    Guriddo Support Team

    in reply to: dataUrl (editoptions for select) is not working in JQGRID #124891
    guriddo.support
    Participant

    Hello,
     
    First which version is used?
    Which jQuery version is used?
     
    There is nothing special we just use standard jQuery ajax.
    the code behind this is something like this:
     

     
    You can test what is returned from this if yo do not use jqGrid.
    Make simple ajax call like this and see the response
     

    Kind Regards,
    Will

    Guriddo Support Team

    in reply to: dataUrl (editoptions for select) is not working in JQGRID #124888
    guriddo.support
    Participant

    Hello,

     

    To be a clear BinDDInfo is a function or url?
    If the dataUrl is function it should return URL string and not data.
     
    In ajaxSelectOptions add error function like this

      

     

    Regards,
    Will

    Guriddo Support Team

    in reply to: dataUrl (editoptions for select) is not working in JQGRID #124885
    guriddo.support
    Participant

    Hello,

    We have tested your code and it seems to work as expected.
    The main reason that you do not load data is that the expression:

     

    dataUrl: “Data.aspx/BindDDInfo”

     

    is not valid url. You can very easy see this in debug console using Chrome or FireBug or newer IE.

     

     

    Kind Regards,
    Will

    Guriddo Support Team

    in reply to: Problem with export after update #124881
    guriddo.support
    Participant

    Hello,

     

    We can not reproduce the problem. To demonstrate that it is working we have prepared your example. Here is the demo.

     
    All the exports working fine.

     

    Not sure, but in your data you have one array more. This should look something like:

     

     

    Kind Regards,

    Will

    Guriddo Support Team

    in reply to: What event triggers after inserting a new DB entry? #124879
    guriddo.support
    Participant

    Hello,

     

    It was better if you have created a new thread, but I will answer here.

     

    The options connected with this are modal and overlay.

    By default modal is  set to false and the overlay has a value 30.

    If you set the overlay to 0 background will be not gray.

     

    Unfortunately we do not support gray background only for the parent grid when in edit form mode.

     

    You can play with modal true and overlay set to 0.

     

    Kind Regards,

    Will

    Guriddo Support Team

    in reply to: What event triggers after inserting a new DB entry? #124875
    guriddo.support
    Participant

    Hello,

    Sorry, there was a error i n my code. The event should return true.
    The final code is:
     

     
    Note the return of the javascript code.
     
    Sorry again for the mistake.
     

    Kind Regards,
    Will

    Guriddo Support Team

Viewing 15 replies - 826 through 840 (of 1,092 total)

Stay connected with us in your favorite flavor!