model view controller - Telerik Kendo Ui Grid RuntimeBinderException -


our problem object-bound kendo grid throws runtimebinderexception message:

"object not include following definition: '<property name>' " during initialization. (exception rised in gridforeignkeycolumn.cs line 83)

this occurs in case when:

  • grid in (cell) edit mode
  • foreign key columns present.

there conditional statement before faulting line, checking model type datarow, i've tried bind datatable, datarow (it ok us) result same.

if change grid's binding object concrete type, perfect.

we to:

  • keep grid object-bound
  • keep cell edit bode too.

is possible?

in example, if change edit mode popup cell, run same issue.

framework version use: kendo ui v2015.1.408


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -