iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Hi Patrick,
I have successfully replicated your issue here. I will forward this issue to the development team to be investigated further. I will let you know soon when I get any updates from them.
Regards,Riendy
Hi Loren,
You can try in the other browser. It runs correctly in the other browser like chrome, firefox, and safari.
It's happen in both IE8 and IE9 because there is a limitation from IE browser itself.
Hope this helps.
Riendy
Hello Klaus,
I'm apologize if my post did not answer your question.
Let me clarify my answer, to create an instance of the ViewModel, we have to input user interaction logic using ViewModel layer (i.e. CustomersViewModel.cs) and then we instantiate the ViewModel in the XAML, not in code behind.
i.e.
<Intersoft:UXPage.Resources> <ViewModels:CustomersViewModel x:Key="CustomersViewModel"/> ... </Intersoft:UXPage.Resources><Grid x:Name="LayoutRoot" DataContext="{StaticResource CustomersViewModel}"></Grid>
Could you please let me know which particular code of MVVM sample(to create an instance of the ViewModelBase) that you found in code behind?
Hope this helps.Riendy
It is impossible to create an instance of the ViewModelBase only via XAML, because based on MVVM (Model-View-ViewModel) pattern definition, we have to separate Model, View, and ViewModel.
The View responsible to displaying and collecting data form end users. It is not responsible for retreiving data and business rules(validating data).The ViewModel responsible to aggregating and storing data which will be bound to a View.In brief, on MVVM pattern, the View doesn't have to worry about retreiving data and know where data comes from.
Hello Patrick,
To bind CustomObject using ISDataSource, you have to Configure Data Source, select Schema Type and Schema Name. Next, you need to add new table to the ISDataSource's table list before you choose a business object to CustomObjects.DataLayer. Last, you have to set Select, Update, Insert and Delete method. And then you can retreive the structure to the WebGrid as well as you expected.
Could you please let me know wheter this step can be applied or not?Attached is a simple sample BindToCustomObject using ISDataSource on clientBinding.
Hello Jarl,
Of course it's possible. To change chart which you filter before in WebGrid, you can use hidden field.You have to get the innerText which you filter to set hiddenField value in ClientSideEvent (OnBeforeRequest). And then you have to set the chart filter on ChartImageProcessing in server side, so that chart filter as same as WebGrid filter.
Attached is my simple sample. Hope this helps.
Regards,
Hello Christian,
Sorry for this invonience before.I ensure that your issue status has been on investigated now.
I will let you know soon when I get any updates from our development team.
Hi,
Last update that I got is on investigated. I just asked to our development team for updates of this issue and still waiting for any confirmation from them. I will tell you soon if there is an update from our development team.
regards,
Hi Christian,
I have replicated your issue. Unfortunately, a simple solution for now just using the other culture (i.e: en-AU) just like you did before. Or still use sv-SE but you can't edit its DisplayFormat (set IsEnabled="False").
I have forwarded this issue to our development team for the further investigated.
Hi Balachander,
I have forwarded your question to our development team. Actually, our developer have discussed it and now its status has been on progress. I will let you know the update soon.
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname