Hello,
Did you have read the options of the grid relted to this case?
How is set your autoencode option?
Regards
Tony
Hello Les,
The same will hapen if we do the change.
Instead I have begin a serious research on treeGrid and we will increase the speed .
Tony
Hello,
Thanks Les. Absolutley you are right, but if we fix this, nobody can continue to use the new versions – they should rewrite your code from the beginning.
For the column headers and other duplicate ids we can fix these, but the big questions is what to do with the rows ids?
Example: I have a table with primary keys 1,2,3.. and another table with the same primary keys numbering due of using the autoincremet property and I want to use these keys when I do CRUD operations.
In the same time I need to display both grids in one page – so the question is: how we can make these rows uniquie and in the same time to use the primary keys values?
Best Regards
Tony
Hello,
Thanks for the investigation.
If you replace
$(document).mouseup(function (e) {
if(grid.resizing) { grid.dragEnd(); return false;}
return true;
})
with
$(grid.hDiv).mouseup(function (e) {
if(grid.resizing) { grid.dragEnd(); return false;}
return true;
})
Does this happen?
Best Regards
Tony
Hello,
How look your data? Is it possible to post it.
Also I see a lot of events here including onSortCol event. Do you have some code here – if so could you please post the whole code without cutting.
Also the best will be if you provide a link to the problem.
Regards
Tony
Hello,
Which version is used?
How look your code?
You can configure the id posted value using the prmNames parameter.
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:options
Regards
Tony
Hello,
If you use grid as subgrid you can use setSelection method when the row is expanded.
Regards
Tony
Hello,
Our PHP component wich work with Oracle does not have a problem with this.
Instead this is possible and you can configure all the posted values to the server.
For this purpose you will need to use prmNames parameter
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:options
prmNames : {search:”myOracleSearch”}
Regards
Tony
Hello,
1. In the example we do not use loadComplete, so it depend what you try to do.
2. You are right – in the same loadComplete – obtain a current page and then set it in onPaging event as parameter.
Regards
Tony
Hello,
How look your head section?
Which modules do you have downloaded?
Be a sure that you use the grid CSS fiele from the production dir and not from development.
Regards
Tony
Hello,
Which version is used? I think this bug is fixed, but could not remember in wich version.
Regards
Tony
HEllo,
Download the demo and use this one. Copy Paste is not recommended
Regards
Tony
Hello,
Thanks. Just a question – you use scroll:true or scroll:1.
Any example will be great, not posted code – just link to the problem.
Regards
Tony
Hello,
Thank you for remaind me this. I really forgot to merge the change.
Fixed now.
Best Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top