Hello,
I have a field named PageID, looks like this:
{name:'PageID',index:'PageID', hidden:true, width:60, editable:true,editoptions:{readonly:true,size:10}},
So, I put the row in edit mode. The value for PageID is 1. I edit some field and then save the row. When I examine the Post Data I get:
PageID = 1 (Correct)
Now I put the grid in edit mode, then I save the row. Now when I examine the Post Data I get:
PageID = %nbsp; (Not Correct)
(If I reported this before, sorry. It keeps biting me!
NOTE: This only happens when “hidden:true”
Barry
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top