1

Closed

gridComplete js event not rendered properly

description

Hi,
 
Just after rendering "prmNames" property is added extra "n" witch prevents proper configuration of gridComplete event.
 
Solution: on line 304 in GridControl.cs:
 
sb.AppendFormat("prmNames: {{id: \"{0}\"}},\rn", getKeyColumnName());
 
change to:
 
sb.AppendFormat("prmNames: {{id: \"{0}\"}},\r\n", getKeyColumnName());
Closed Oct 18, 2011 at 7:10 AM by sternr
Already reported (and fixed) at Id #11008

comments

Krotki wrote Oct 17, 2011 at 11:13 AM

Sorry, I didn't noticed it has been reported. I switched to svn version and it's ok :)