This question is locked. New answers and comments are not allowed.
Hello,
I've got problem using .Columns in VB.NET
Binding my grid to the data is ok. I can display the grid with all the columns and data inside.
Now, I'm just trying to change a column title with this command :
This is my code :
I've been trying to use this component for three days and every step is a pain without any VB documentation.
Any help really appreciated.
Best Regards
Christelle
I've got problem using .Columns in VB.NET
Binding my grid to the data is ok. I can display the grid with all the columns and data inside.
Now, I'm just trying to change a column title with this command :
This is my code :
gridDemandes.Columns(Function(columns) columns.Bound(Function(p) p.NOM_DEMANDEUR).Title("Nom"))And this is the error code (sorry it's in french :)) :
L'invocation de la méthode a échoué parce que 'Public Function Columns(configurator As System.Action`1[[Telerik.Web.Mvc.UI.Fluent.GridColumnFactory(Of GridColumnFactory(Of DataRowView))) As Telerik.Web.Mvc.UI.Fluent.GridBuilder(Of DataRowView)' ne peut pas être appelé avec ces arguments : L'argument qui correspond au paramètre 'configurator' ne peut pas être converti de 'VB$AnonymousDelegate_1(Of Object,Object)' en 'Action(Of GridColumnFactory(Of DataRowView))'. I've been trying to use this component for three days and every step is a pain without any VB documentation.
Any help really appreciated.
Best Regards
Christelle