-
When I try to use HxGrid on different pages with different data sources I get the compiler error CS0123: "No overload for 'method' matches delegate 'delegate'" |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
Can you provide me with some repro code? This usually originates from incorrect syntax in |
Beta Was this translation helpful? Give feedback.
-
This is the HXGrid in Frontend code:
This is the code snippet from the code section:
The toolDataList comes from
Hope this helps. :) |
Beta Was this translation helpful? Give feedback.
-
The |
Beta Was this translation helpful? Give feedback.
-
Thanks. That solved my issue. :) |
Beta Was this translation helpful? Give feedback.
The
TItem
type parameter ofHxGrid
and theDataProvider
method (GridDataProviderToolData
) must match.You are using
ToolDataRes
for theDataProvider
.