Question

I'm using Sencha ExtJS 4 framework, and ExtDirect4DotNet server-side stack with ASP.NET. I ran into an issue with the Sencha ExtJS MVC model functionality.

There is a standard field in the Ext.tree.Panel component, called "checked". This is also a keyword in .NET. It turns to a blue color in Visual Studio 2012. Is there a way in Sencha to send a different value when the proxy sends JSON requests to the server? I was thinking of overriding an event listener with some code to change it, but I'd rather use standard functionality if possible.

I'll +1 anything that works, and will accept the most standard functionality.

Screen shot:

enter image description here

Was it helpful?

Solution

Use the @ character:

public bool @checked;
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top