Hello,
How can grid know if this is the Primary Key?
Regards
Tony
Hello,
Fixed.
Thanks.
https://github.com/tonytomov/jqGrid/commit/c3a2a2d5817706f215e06e686175eba2f74c64e8
Tony
Hello Reg,
Could you please post your javascript code.
Thank you.
Tony
Hello,
Please post your question in the appropriate forum. Here is the forum for the open source jqGrid Java Script lib, while here we have a commertial PHP wrapper.
Thank you.
Kind Regards
Tony Tomov
Thank you,
Will be fixed.
Tony
Hello,
This is already fixed.
https://github.com/tonytomov/jqGrid/commit/03f463612f64dc949b255c045e5615522937ff0b
Thanks
Oleg,
Good arguments.
Also code is changed.
Best regards
Tony
Oleg,
Thanks again for all the improvements.
Let me comment some things.
The grid base code grow and I do not like this to happen.
If I look into the default setting in cmTemplate it seems like all of these are set into the grid by default, so there is no need to repeat them again.
So I will accept this feature only in the second part. There is no need to define defauts: { cmTemplate…}, but just only to define tempate property in colModel.
Kind Regards and Thanks again
Tony
Hello,
Better to do it in other place like colModel, but too much options have we here.
Also I think a better way is to do it is with jQuery.
Suppose thge grid has id = grid and the column name defined in colModel is mycol, then
$(“#grid_mycol”).atttr(“title”,”text entered at creation time..”);
Kind Regards
Tony
Hello,
Also implemeted. Little changed, but the end goal is achieved.
Kind Regards
Tony
Thanks.
Done
Tony
Hello,
Not sure if this is a bug. I will test this situation, but rather I will point
Hello,
Yes, there is replacment.
Please look at rowTotal parameter in grid options:
/jqgridwiki/doku.php?id=wiki:options&s[]=prmnames
Kind Regards
Tony
Hello,
Please to have patience. This is always open source project and we do our best to make it better.
If you do not have so enought patience, you are free to fix the bugs and publish it.
We have created GitHub for this purpose.
I hope you understand what I mean.
Kind Regards
Tony
Hello,
The property sortable column is dynamically – i.e it is enabled or disabled just with sortable : true/false.
Removing this class for non sortable columns will force the existing users to change manually their class by adding this intio thier code and removing them respectivley.
You always can add classes to the grid headers that are sortable.
This will not be changed.
Regards
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top