tony

Forum Replies Created

Viewing 15 replies - 6,616 through 6,630 (of 7,981 total)
  • Author
    Replies
  • in reply to: Filter rows #84683
    tony
    Keymaster

    Hello,

    Go into demonstration page and look what is new in 3.3. For now the user must press Enter to serch the values

    Another possible solution is to implement your own easy serch (like you want) go into demo page and look at the Serch Big Data sets example.

    Regards

    Tony

    in reply to: Modal Appending to Body tag etc. #84682
    tony
    Keymaster

    Hello,

    Thank you. Actually this can be done easy, adding additional parameter to the navigator pointing where to create the modal. I will add this in the to do list for the next release.

    Best Regards

    Tony

    in reply to: what is edit url php content? #84678
    tony
    Keymaster

    Hello,

    This is where you save, update or delete data server side

    Regards

    Tony

    in reply to: How to control the Tool Tips? #84677
    tony
    Keymaster

    Hello,

    Currently this is added dynamically. I plan to overcome this when you add a some class to that cell and set custom tooltip.

    Regards

    Tony

    in reply to: enable multiselect only checkbox checked #84676
    tony
    Keymaster

    Hello,

    I plan to add such option, but currently you can simulate this using the following options:

    multiselect: true,

    celledit: true

    but hovering in this case is not allowed.

    Regards

    Tony

    in reply to: Title / Tool Tip for Action Column #84675
    tony
    Keymaster

    Hello,

    …navGrid('mypager',{edit:true,…,edittitle:”Myedit”,addtitle:”MyAdd”, deltitle: “Mydel”..},…)

    Regards

    Tony

    in reply to: multiselect and onRightClickRow #84674
    tony
    Keymaster

    Hello,

    1 . This have sence. I will do it in the next release.

    2. You can do it diffrent way – open the css and look at:

    .Header th

    set the text-align to center or what you want.

    If you want all the grid to have this you can do it dynamivcally after all grid are constructed

    jQuery(“.Header th”).css({“text-align”:”center”});

    Regards

    Tony

    in reply to: Input required and type date #84673
    tony
    Keymaster

    Hello,

    Currently date is checked instead of required false. This is a good idea instead if the required parameter is set to false – we should not perform validation if no data is entered. I will consider this in the new release.

    Regards

    Tony

    in reply to: Hide Column Header #84672
    tony
    Keymaster

    Hello,

    Suppose the id of the grid id mygrid. To hide the top bar just do

    jQuery(“#t_mygrid”).hide()

    Regards

    Tony

    in reply to: Width Restriction #84671
    tony
    Keymaster

    Hello,

    Read the docs what is grid width. Also to overcome this you can remove the padding and border properties from the table data.

    Regards

    Tony

    in reply to: How to check saveRow result #84670
    tony
    Keymaster

    Hello,

    You can use succesfunc for this purpose. See docs.

    Regards

    Tony

    in reply to: width not working properly #84669
    tony
    Keymaster

    Hello,

    Do you have any other options connected with the grid width. Also post the entry configuration of the grid. And by the way which version of jqGrid do you use?

    Regards

    Tony

    in reply to: problem create in checkbox #84668
    tony
    Keymaster

    Hello,

    Not sure what you try to do, but befor you post this to the server check it and if it is empty set to false. Note that different browsers interpret these values differently.

    Regards

    Tony

    in reply to: JSON Data Type Problem #84667
    tony
    Keymaster

    Hello,

    I will check this, but this causes the following when the data is added $(tabledataelem).html(false) – I'm not sure if this is correct . If possible try to set “total” : “false”.

    Regards

    Tony

    in reply to: Event to inspect what is being posted on save #84666
    tony
    Keymaster

    Hello,

    Use the new option in form editing recreateForm – see the news or simple remove the modal that holds the form. The id of the modal is combination from “editmod” + gridid – ie if the grid id is mygrid the the id of the modal is editmodmygrid

    Regards

    Tony

Viewing 15 replies - 6,616 through 6,630 (of 7,981 total)

Stay connected with us in your favorite flavor!