TreeGrid Width overflow ?

I'm using treegrid.
The error is:
col-md-3 >> other jobs
coli-md-9 >> TreeGrid

I've reserved for her area is overflow. I wonder what the problem?
code:


  @(Html.EJ().TreeGrid("TreeGridContainer")
                                      .SizeSettings(ss => ss.Width("100%").Height("450px"))
                                      .EnableAltRow(true)
                                      .TreeColumnIndex(1)
                                      .IsResponsive(true)
                                      .AllowColumnResize(true)
                                                  .ClientSideEvents(p => p.RowDataBound("RowDataBound"))
                                                  .IdMapping("MarkaModelTurID")
                                                  .ParentIdMapping("USTID")
                                                  .Columns(co =>
                                                  {
                                                      co.Field("MarkaModelTurID").HeaderText("MarkaModelTurID").Width(100).Add();
                                                      co.Field("MarkaModelAdi").HeaderText("Task Name").Width(100).Add();
                                                      co.Field("MarkaModelKayitTarih").HeaderText("Start Date").Width(100).Add();
                                                      co.Field("KayitEden").HeaderText("Duration").Width(100).Add();
                                                      co.Field("USTID").HeaderText("Progress").Width(100).Add();
                                                  }
                                                  )

                                                  .Datasource(Model)
                            )



image


1 Reply

JR John Rajaram Syncfusion Team October 4, 2018 12:31 PM UTC

Hi Tayfun, 
Thank you for contacting Syncfusion support. 
We have analyzed your reported issue and screenshot, but we are unable to replicate the reported issue in our end. We have prepared the sample for your reference with Bootstrap Grid layout and we request you to revert us by modifying the sample based on your application along with the replication procedure. This would be helpful for us to serve you better. 
Regards, 
John R 
 


Loader.
Up arrow icon