Hi Apostolis,
I have tried to implement the solution provided in https://www.devexpress.com/Support/Center/Question/Details/S18977 but without including Expand Module… i.e. taking code. I does not work for me.
I have taken below selected class/Enums from Expand source code.
EnumExtensions
FlagsEnumDifference<T>
public enum Keys
public enum Shortcut
public interface IModelOptionsWebShortcut
public interface IModelWebShortcut : IModelNode
public partial class WebShortcutsController
public sealed class KeyShortcut
public class KeysConverter
jwerty.jsIt is displaying option of Web Shortcut in model but after running application when I click Control+Alt+Shift+N it not responding, I have attached demo project. When I am debugging the application on Page Pre-Render below script get generated.
jwerty.key("F5", function(e) {RaiseXafCallback(globalCallbackControl, 'KeybShortCuts', 'Refresh', '', false);return false;}); jwerty.key("ctrl+Shift+Alt+N",function(e) {RaiseXafCallback(globalCallbackControl, 'KeybShortCuts', 'New','', false);return false;});
Issue Implementing Expand Framework Solution to Suggeston S18977.
Answers approved by DevExpress Support
Hi,
Please find an updated solution in the attachment. I also want to correct myself and if you want to get support with eXpandFramework related implementations you have to use our community project forums. So I uploaded the same solution at http://www.expandframework.com/forum/14-samples/3693-web-shortcuts-sample-without-expand.html#5168
Thanks for your understanding and please let me know on any further problems.
Hi,
You probably missed the demo project.
Forgot to attach in this ticket. It was attached in S18977