Hello,
If you put empty string for the rowid (or false) you row will have the id = totalrecords_in_grid + 1;
Regards
Tony
Hello,
When you set this way you should set the value not the key or both. If you want to set the key and display the value use the new formatter option – see the news and docs.
Regards
Tony
Hello,
Sorry but I do not understand. Could be a more specific?
Regard
Tony
Hello,
I will check for url, but
Hello,
Every edited element (when inline) has a id = rowid_+name so if your have name:'myname' form colmodel and your edited row 4 then this becomes
4_myname – from this point you can easy do what you want.
Regards
Tony
Hello
Use setCell to set a custom attribute, not css or class. That what you do can not work. You should use for a cell atribute vertical-align= bottom or what you want.
Regards
Tony
Hello,
Little hard to do, but you can use setCel method after adding data to set a class name “dirty-cell” – see docs how to add
Hello,
All seems to be OK. Really do not see something wrong. Could you please give me link to the problem?
Regards
Tony
Hello,
If you have trouble you can omit the colNames array empty and use the new option in colModel – label – see more on what is new in 3.4 release
Hello,
afterInsertRow: function(rowid, aData){
$(’#'+rowid).css({height:175});
},
Hello
function(jsondata.responseText,stat) instead
Regards
Tony
Hello
Look into the demos there is a such example.
TOny
Hello,
From the code this is expected behavior – when select all – all the rows are selected instead of that there is
What does not work? How look your data. Remember the last item should not end with ; – this will break the select. To make a test just put a string and see what is it –
Hello,
Thanks will check this
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top