). So the ids must sutisty the rules existing for ids see here and here. Some characters like spaces are not permitted in the id. Another charackters can be used after the small fix which I suggested here.
Best regards Oleg
P.S. I thought a little more about the spaces in the ids and have a suggestion. One can here read the following: “Any character (except a hexadecimal digit, linefeed, carriage return, or form feed) can be escaped with a backslash to remove its special meaning.“. So I tried to escape the space (U+0020) charackter and it seems gives very good results. Look at the demo. It seems if one modify the code of jqID function of jqGrid to
jqID : function(sid){
Author
Replies
Viewing 4 replies - 1 through 4 (of 4 total)
The forum ‘Bugs’ is closed to new topics and replies.