[OPEN] [#1402] [4.1.0] Question on NavigationView

  1. #1

    [OPEN] [#1402] [4.1.0] Question on NavigationView

    Hello
    Navigation View server control does not seems to exists

    I solved it by adding


    public class MyNavigationView : Container
    	{
    
    		public override string XType
    		{
    			get
    			{
    				return "navigationview";
    			}
    		}
    	}
    as it exists in javascript framework

    but is there a reason why it is missing? Is it ok to use it?

    Thanks
    Zdenek
    Last edited by fabricio.murta; Dec 12, 2016 at 3:15 PM.
  2. #2
    Hello @Zdenek!

    By a first look to the component, I don't see a reason it shouldn't go to Ext.NET Mobile server side controls! As per its description, we prioritized whole new components, and as it was just a container set up with a given layout (card layout) we gave more relevance to whole new components and ended up leaving it behind.

    We've just logged it as a feature request to add this component support at its full to the next Ext.NET Mobile release under issue id #1402. Thank you very much for letting us know we skipped this! It does not really look (at a first glance) like a hard to implement (support for) component.

    We'll update here as soon as we get it in sources!
    Fabrício Murta
    Developer & Support Expert

Similar Threads

  1. a question of ext.net
    By xiaoqiu in forum 2.x Help
    Replies: 1
    Last Post: Nov 07, 2013, 11:38 AM
  2. License question!
    By megang in forum 1.x Help
    Replies: 1
    Last Post: Jul 12, 2012, 12:07 PM
  3. [CLOSED] Sorry~ one more question.
    By kkapjin in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Apr 05, 2012, 11:16 AM
  4. A question about js run
    By wxmayifei in forum 1.x Help
    Replies: 7
    Last Post: Nov 27, 2010, 1:00 AM
  5. Question
    By sipo in forum Licensing
    Replies: 1
    Last Post: May 03, 2010, 1:20 PM

Posting Permissions