Split button in grid

Hi Team,

Am having problems using a split button within a grid column. The split button in the grid appears to work fine.

The javascript error occurs when loading the form containing the split button.

If the visibility of split button is set to unchecked no javascript error occurs

Not sure if related to SplitButton popup stays open after 'navigate to'

I have uploaded a simple sample app that accesses your sample database

meta.zip (5.4 KB)
The same error occurs with the Radzen beta.

Any ideas on how to resolve the javascript error?

Hi @mumfie,

This is a notorious Angular error which is very hard to track. What it means is that the value of some property changed between change tracking. The good thing is that it doesn't affect the normal work of the application and the error does not appear at all in production builds.

1 Like

Hi @korchev,
Thanks for taking a look.