Ticket Q537493
Visible to All Users

Issue Implementing Expand Framework Solution to Suggeston S18977.

created 11 years ago

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;});

Comments (2)
Apostolis Bekiaris (DevExpress) 11 years ago

    Hi,
    You probably missed the demo project.

      Forgot to attach in this ticket. It was attached in S18977

      Answers approved by DevExpress Support

      created 11 years ago (modified 11 years ago)

      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.

        Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

        Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.