User Profile & Activity

Riendy Setiadi Member
riendy@intersoftpt.com
Page
of 19

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




Posted: May 18, 2011 1:56 AM

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

Posted: May 17, 2011 10:23 PM

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


Posted: May 16, 2011 4:42 AM

Hello Klaus,

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.


Hope this helps.
Riendy


Regards,
Riendy

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.


Hope this helps.
Riendy

Posted: May 13, 2011 10:40 AM

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,

Riendy

Posted: May 13, 2011 5:13 AM

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.


Regards,

Riendy

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, 

Riendy

Posted: May 10, 2011 11:52 PM

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.


Regards,

Riendy


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.


Regards,

Riendy

All times are GMT -5. The time now is 12:35 AM.
Previous Next