PDA

View Full Version : [OPEN] [#1402] [4.1.0] Question on NavigationView



Zdenek
Dec 12, 2016, 2:30 PM
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

fabricio.murta
Dec 12, 2016, 3:15 PM
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 (https://github.com/extnet/Ext.NET/issues/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!