Grid header is displayed twice when the page is rendered

Grid header is displayed twice when the page is rendered

KarpagamKarpagam Posts: 1Questions: 1Answers: 0
edited July 2015 in Free community support

I am using handlebars to generate the grid. After binding the data, I am adding few additional grid features using the below lines of code

 this.$('#myGrid).iidsBasicDataGrid({
                    scrollY: 330,
                    paging:false,
                    useFloater: false,
                });

This additional change is displaying the header row twice where one row is displayed as the header with grid features and the other row is displayed more as the data row on the grid.

The additional header disappears when any action is performed on the grid. Like Sorting on one of the columns

This discussion has been closed.