tony

Forum Replies Created

Viewing 15 replies - 3,961 through 3,975 (of 7,981 total)
  • Author
    Replies
  • in reply to: Records and Total, where to place in XML #91257
    tony
    Keymaster

    Hello,

    Do you use static xml file or dynamic generated from server.

    In the second case you will need to accept parameters posted from jqGrid and do the appropriate quiery.

    If you are in the first case nothing will happen.

    Regards

    Tony

    in reply to: Strange problem with css formating… #91256
    tony
    Keymaster

    Hello,

    Also you can send me the html file (if you want of course) in order to test

    Thanks

    Best Regards

    Tony

    in reply to: None UTF…. #91255
    tony
    Keymaster

    Hello,

    I'm not sure if json_encode works only with utf-8. IMHO this is not true. You can see strange chars in the console, but they are dispalyed correct in the browser.

    Also you class is not correct written, they give me a error in FireBug console JSON.parse, which tell me that something is not correct.

    In order to test with your class maybe you will need to turn off this jqGrid Settings – i.e. set it to false like this

    $.jgrid.useJSON = false;

    Best Regards

    Tony

    in reply to: True Scrolling Bug IE7 and IE8 #91254
    tony
    Keymaster

    Hello,

    Could you please check the last from GitHub. I have make some chenges to this.

    Regards

    Tony

    in reply to: bugg with required #91253
    tony
    Keymaster

    Hello,

    Could not understand what you mean – in my demos evrething is ok.

    If you set required:false – the checking is not performed, this is usefull if you want to have empty values, but want to check numbers and etc.

    requiered : true works for as expected.

    Best Regards

    Tony

    in reply to: DnD bugs #91252
    tony
    Keymaster

    Hello,

    I think that this is not possible – the reason – how to reorder something which is not into the DOM – i.e. you want to

    in reply to: json bug with advanced search #91251
    tony
    Keymaster

    Hello,

    Thank you for this. This is true.

    I'm not sure, but maybe it is a good idea to use encodeURIComponent.

    Best Regards

    Tony

    in reply to: jqgrid 3.6.1 / IE 6.0 throws invalid argument – checkbox #91242
    tony
    Keymaster

    Hello,

    Thanks, maybe will be good to use try catch statement. Will see this.

    Best Regards

    Tony

    in reply to: beforShowForm & onClose not triggered #91241
    tony
    Keymaster

    Hello,

    You place the events in wrong place. Set these events as options in the setCoulumns.

    Regards

    Tony

    in reply to: DnD bugs #91240
    tony
    Keymaster

    Hello,

    Thank you for these investigations.

    Seems like that 1 and 2 are bugs. For now I should make some tests and will replay to you soon.

    For 3 nothing. Pagination should work, but I do not understand what you mean.

    in reply to: True Scrolling Bug IE7 and IE8 #91239
    tony
    Keymaster

    Hello,

    I have one request to you.

    Could you please prepare live example and send me a link. You can send me PM or e-mail me to tony at trirand dot com.

    Thanks

    Tony

    in reply to: Problem with jqGrid #91236
    tony
    Keymaster

    Hello jproffer,

    You expect to have answer within a less than 24h and this for open source product – WOW.

    If you do not know if you expect professional and quick solutions of your problems you can use the Support option on this page.

    Moreover as you know we have maybe 8-10 h diffrence in the time, so maybe if you write your message we maybe sleep.

    By the way your problem is trivial and if you have searched this forum, you maybe will found the solution.

    I.e. the problem is that your CSS files are not loaded. You can check this very quick using FireFox FireBug – Net Tab and then choose CSS.

    Good Luck with FlexiGrid and thier support.

    Best Regards

    Tony

    in reply to: None UTF…. #91222
    tony
    Keymaster

    Hello,

    I do not think that this is jqGrid problem.

    It all depends on your definition in the html, what is the encoding of the database,

    if you use mysql maybe you will need to use set names command with the appropriate encoding before the request and at end you should use the header function to send the appropriate encoding before sending the data to the grid.

    Regards

    Tony

    in reply to: Strange problem with css formating… #91221
    tony
    Keymaster

    Hello Hans,

    Welcome to jqGrid community!

    To be a honest some other users reported this problem, but for now I do not know which causes this.

    IMHO it depends on document structure.

    It will be very goog if you have a link to the problem in order to investigate the problem.

    In order to resulve currently your problem maybe you will need to define in

    tony
    Keymaster

    Hello,

    I think you know it, but just to reminder.

    If you save the data to the server there is a time delay until the data come back to grid.

    During this time you execute the other javascript code which depend on this data, but the data is not already into the grid.

    In order to resolve:

    1. Maybe you will to use setTimeout function when you try to get user data – I do not recommend this.

    2. use the succesfunc as described here

    http://www.trirand.com/jqgridwiki/doku.php?id=wiki:inline_editing#saverow

    Best Regards

    Tony

Viewing 15 replies - 3,961 through 3,975 (of 7,981 total)

Stay connected with us in your favorite flavor!