tony

Forum Replies Created

Viewing 15 replies - 841 through 855 (of 7,981 total)
  • Author
    Replies
  • in reply to: Problem with initial column sort in treegrid #101558
    tony
    Keymaster

    Hello,

    You use jsonstring as data. In this case jqGrid expect that the initial data is sorted in appropriate way.

    This is the same case as you use data from server – i.e the data should be sorted before it is send to the grid.

    In order to solve the problem you can programatically use the sortGrid method to sort the data in a way you want.

    Of course you will need to wait until the data is loaded in the grid and then sort it.

    See docs.

    Regards

    in reply to: export to pdf in jqgrid 3.6 #101557
    tony
    Keymaster

    Hello,

    Please, before posting read forums related problem.

    PDF Export is done at server and not with JavaScript.

    Only the commertial jqGrid support export to PDF (at server side)

    In you case you will need to write your own code to export the data to pdf.

    Regards

    tony
    Keymaster

    Hello,

    The links are changed, so you will need to clear your browser cache.

    Just in case her is the link

    Regards

    in reply to: Error in ASP MVC demo page #101550
    tony
    Keymaster

    Hello,

    This was a permanent error. Now it should work.

    Thanks for reporting

    Kind Regards

    tony
    Keymaster

    Hello,

    Thanks. It is fixed now.

    Kind Regards

    in reply to: TAB key with hidden column #101546
    tony
    Keymaster

    Hello,

    This is not a jqGrid feature.

    Just create some hidden fields without using jqGrid and try to Tab it.

    Regards

    tony
    Keymaster

    Hello,

    Many thanks. Fixed in GitHub.

    in reply to: jqGrid reload doesn’t restore the original state #101544
    tony
    Keymaster

    Hello,

    Do you have any jqGrid events called?

    It seems you call again

    (“#”+row_id_string).attr('disabled', true);

    Please check your conditions on which case you do this

    Can you please provide us a link to the problem?

    Regards

    tony
    Keymaster

    Hello,

    Thanks. I have read the whole post.

    Could you please test in your case the following.

    Do not comment this line

    if($t.p.autoencode) { tmp = $.jgrid.htmlDecode(tmp); }

    but comment this one in saveRow function in inline edit module

    if($t.p.autoencode) {

    tony
    Keymaster

    Thanks Oleg.

    Best Regards

    Tony

    in reply to: how to aviod jqgrid shrink? #101540
    tony
    Keymaster

    Hello,

    I'm not sure that

    in reply to: Totally new to jq.Grid–need help #101547
    tony
    Keymaster

    Hello,

    Welcome. I hope you can search the forum and the web for this kind of errors.

    >>> “Reference error: jQuery is not defined” in file jquery.jqGrid.src.js

    This means that the jQuery library is not loaded correct in your head section if the html file. Please check the paths

    >>> “TypeError: $(…).jqGrid is not a function in the file I'm working on

    This is the same, but related to jqGrid file

    Try to understand what is happen!

    In 99% of the cases the error message speak quite usefull.

    You can just begin with using only jQuery.

    If the work with jQuery is ok, then you can continue with the jqGrid files and examples.

    One more important note.

    Please do not make copy/paste of the code from the demo.

    It always contain some characters which can break your code.

    At first just write the code by hand – it is very usefull – trust me.

    Good luck

    Regards

    Tony

    in reply to: Jqgrid for Python: #101543
    tony
    Keymaster

    Hello,

    Not 100%, but there is a jqGrid wrapper for Python. Just search the web.

    Regards

    in reply to: Clear Toolbar Button #101534
    tony
    Keymaster

    Oleg,

    Thanks.

    Best Regards

    Tony

    P.S. I have merged your pull request

    in reply to: Clear Toolbar Button #101532
    tony
    Keymaster

    Hello,

    In colMode searchoptions set clearSearch : false and the clear button will not appear.

    Regards

Viewing 15 replies - 841 through 855 (of 7,981 total)

Stay connected with us in your favorite flavor!