The problem is with the last two parameters "StartTime" and "EndTime". Although both the properties are available in the viewmodel class and in Debug mode I can see that they have value, the parameters are always carrying null value. I have tried binding with a property which is present in the viewmodelbase class, from where this viewmodel is inherited. the parameter gets the value from that property, while I try with any property in the child viewmodel class, it gets null..
Bookmarks