Text box attribute being re-written by Radzen

Hi,
I'm trying to add an oninput attribute to a text box that references 'datagrid0' but Radzen re-writes the attribute value and removes 'data' from 'datagid0' so the generated code becomes just 'grid0'. Obviously I can manually fix this but it looks like a bug.

1 Like

Thanks for the report @simon! We will do our best to include fix in our next update later this week.

1 Like

Hi @enchev just wanted to let you know, this still happens. Also its probably low prio.
A data grid with this class attribute:
image
Is changed to this in the razor file:

@enchev , it seems the problem of us using the word 'data' breaks things for you. In the case below, I have a column named 'data_source_name' and want to use it in a data-grid template. It seems that the derived code replaces the leading 'data_' which would make it look like data.data.source_name

image

image

Thanks for the report! We will do our best to include fix for this in our next update.