First of all, I link with Oracle db and receive datalist as object through linq.
And
> source :
> IEnumerable<object> func(){ var a = linq... return a; }
> object list = func().ToList();
> radGridView.datasource = list;
Apply it like this.
However, changing the GridView Decimal Column value in RadGridView does not apply.
The value disappears when entered...
If you add newRow, you get an error such as "RadListSource needs a parameterless Constructor for <>f__AnonymousType41`5~~~~".
What I wrote above is all I coded.
I haven't solved it for two weeks.
Please help me...
And
> source :
> IEnumerable<object> func(){ var a = linq... return a; }
> object list = func().ToList();
> radGridView.datasource = list;
Apply it like this.
However, changing the GridView Decimal Column value in RadGridView does not apply.
The value disappears when entered...
If you add newRow, you get an error such as "RadListSource needs a parameterless Constructor for <>f__AnonymousType41`5~~~~".
What I wrote above is all I coded.
I haven't solved it for two weeks.
Please help me...