Hi,
I am using a Web API to bind data to my angular grid. The data from API is retrieved by using angular http and binded to grid by using promise fn. The data is successfully binded,but not all headers are displayed. I have around 15 columns, but only 7 columns are displayed. But the irony is I have data for all the columns. Also the structure of grid is not proper. I don't have any css applied externally. There is some misalignment between the data and the header , since only 7 columns header is displayed and I have data for 15 columns . Is there any property like defaultcolumnwidth so the width of column will be set accordingly based of column data. From what i can see in the DOM is that the headers are rendered but somehow not displayed. i.e. when I do scrolling (Horizontal) the data is scrolling but not the table header. The table headers are not aligned with data. Could you tell me why I would be experiencing this.
Hoping to hear from you soon.
Regards
Rahul S
Hi, Rahul! Have you managed to solve your issue? I'm struggling with the same thing for some days without any clue on how to reproduce it in another project.
Hello Hristo
I have exactly the same problem has Ravindra.
Have you find what was wrong with its project? This could me some light to my problem also.
Thanks
Antonio
Need to have the width dependent on the cell text
Hi Rahul,
Thank you for the information and code snippets provided ! I am currently looking at this along with trying to reproduce the behavior on my side and investigate. I will keep you updated on my progress today.
Regarding default column width - currently such a property is not exposed, but such behavior can be replaced by using css. Let me know if you would like to apply the same width to all columns, or if you would like to have the width dependent on the cell text.
Hi Infragistics team,
Any reply on this? I also want to give custom widths to my grid columns.