Hello,
I have a problem with horizontal scrolling in the gridview.
I'm using the gridview with some premade columns and some columns that are added in code behind.
For filling in those programmaticly added columns I'm using a CellTemplate, because the value in each cell depends on column header and row item properties.
So, everything works just fine until the horizontal scroll. After it in some cells of the programmaticly added columns values from the premade columns appear.
With out celltemplate nothing like that happens.
Could you please help me?
I have a problem with horizontal scrolling in the gridview.
I'm using the gridview with some premade columns and some columns that are added in code behind.
For filling in those programmaticly added columns I'm using a CellTemplate, because the value in each cell depends on column header and row item properties.
So, everything works just fine until the horizontal scroll. After it in some cells of the programmaticly added columns values from the premade columns appear.
With out celltemplate nothing like that happens.
Could you please help me?