Hello,
Thanks will be added in next release.
Regards
Tony
Hello,
I think this is better:
Hello,
Get the last 3.3 version and use onBeforeInit event
Hello,
1.Could you please post the code and how xml looks like.
2.Multicolumn sorting is not suported. Instead of this you can put
in index property something like index: 'firstname lastname'
Regards
Tony
Hello,
var mypostdata
Hello,
If you click Back browser button the data of course will be reloaded.
Setting cache control will not help. Not sure, but you will try something
with a cockie.
Regards
Tony
Hello,
It is a bug. Thank you – it is corrected.
Best Regards
Tony
Hello,
beforeSubmitCell is something little difficult to other. It should return
values that can be posted to the server. Something like this
beforeSubmitCell: function(rowid,celname,celvalue, iRow,iCol) {
// do something here
return {myname1:myvalue,…}
These will be passed to the url again with rowid and cellname: cellvalue
Regards
Tony
Hello,
This is discussed before. It is not a bug. If you look into the code above this fragment you will find the answer. The subgrid column is added before this.
Regards
Tony
Hello,
You are absolutley right. I will correct this and hope to publish this
as soon as possible.
Thank
Hello,
Could not reproduce this. A link to the problem will help me.
My email is: tony at trirand dot com.
Thank you
Regards
Tony
Hello,
You can use the savedRow parameter to check if the value is changed.
This array contain the data before editing the cell.
I hope this help
getGridParam('savedRow') will return
{id:iRow,ic:iCol,name:cellname,v:cellvalue_before_edit}
Hello,
You do not need this. To this url automatically are passed the
Maybe a good solution is to add own ready with delay
Hello,
I will try another trick – to append the scripts in div
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top