Hello Steve,
It will be so in next release where jqGrid will be integrated with UI Themeroller.
Regards
Tony
Hello,
If you want to do that you can
Hello,
In this case you should send from server the KEY and not the NAME. I.e you data for the select should contain any of the values: EXCLUDE, INCLUDE…
REgards
Tony
Hello,
If you have a rows with equal rowid this can be happen. Also check your ids.
REgards
Tony
Hello,
Use the standart attributes for this purpose in editoptins – ROWS and COLS for the textarea element
Regards
Tony
Hello,
If you want this to be a dynamically use afterInsertRow and color it wia css. Serch this forum. There is such example.
REgards
Tony
Hello,
Thanks for this. I will see how to overcome this problem.
Regards
Tony
Hello,
Thanks. Fixed in 3.4.2
Regards
Tony
Hello,
This is not a trivial task at all. You can use onSelectRow, but you should think about other problems. Suppose I open the grid (using onSelectRow), lock the row and then I close the browser. The lock remain instead that I'm not in application.
IMHO better way is to check the row when is updated server side. You can check if yhe row is locked (server side) and notify the user if it is locked. This way you will left a complex logic client side.
Best Regards
Tony
Hello,
Maybe it will be included in 3.5 release.
Regards
Tony
Hello,
The subGrid should be created first and then use this in the subgrid code.
Regards
Tony
Hello,
1. You shouls set the width and height in both edit and add options instead that they use the same method.
2. This is done in editrules array in colModel – refer to docs.
3. No special option, but you can use beforeShowForm event for this purpose.
Regards
Tony
Hello,
Could not see this in demo. Do you have make some changes in your CSS?
Regards
Tony
Hello,
ondblClickRow: function(rowid){
var myarr = $(“#mygrid”).getRowData(rowid);
if(myarr.amount > 1000){
// do something here
}
}
Regards
Tony
Hello,
Search this forum. There is a such example posted from user. I consider this code to be included in next releases.
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top