Hi
I am currently working on setting up a table and I am encountering a display behavior that I cannot figure out.
I have a list of elements defined as shown in PJ model .cs. These elements contain data that I don't want to display in my table but that I need to generate templates. But when I generate my table, each data of my element creates a column. In my view I have specified the columns to be displayed (see PJ).
Do you have a solution to display only what is in my table?
The project is a web projet in Framework 4.6, the nuget pacakges are in version 19.2.0.62
Thanks
HI
I updated with the last version the nugets package, however the display remains unchanged. I still can't choose the columns to display or the cell format.
Thank
Hi,
Thanks for the answer, but I can't download the sample. When I click on the link, I get a page that says I don't have access.
Thanks for the new link.
I just found where my problem comes from, I had forgotten to put .Add() at the end of the columns initialization.
Everything is working properly now.