Category.Text ExcludedCategory.Value 0Category[Text] ExcludedCategory[Value] 0HiddenDevice falseID 8IconType 3Info.IPAddress 10.200.93.125Info.Model xxxInfo.SerialNumber xxxInfo[IPAddress] 10.200.93.125Info[Model] xxxInfo[SerialNumber] xxxName xxxStatus.Type ConnectedStatus[Type] ConnectedTrigger.ID 1Trigger.Name xxxTrigger[ID] 1Trigger[Name] xxxfilter group sortI've used client-side ajax binding. All non-flattened model variables have two sets of data in post call.
Also earlier when using telerik MVC model decorated with read-only data annotations wont be posted during update call, but not any more.
While migrating from telerik MVC to kendo UI MVC, am facing some issues with non-flattened variables.
Do I have to handle all these cases manually in client js events or am i doing something wrong?