|
S.No |
Query |
Syncfusion Comments | |
|
1
|
the left half of the gantt-chart wants to be 750px wide, but is only calculated as 732.5px, so a little bit is hiding.
|
We are unable to reproduce the reported issue. We set the splitter position as 750px by using splitterSettings.position property. But the Grid part is rendered with 750px without any issues. Please find the below sample link.
Can you please share us the detail, how you are setting the splitter position else please modify our provided sample. It will be very helpful to check from our end and provide you a better solution.
| |
|
2
|
i have a dragable column on the left, that i need to hide when the row is a header section, i do that with visible: collapse/hidden. That column is also missing some top and bottom borders
|
From your query, we understand that you are including header row by adding a dummy record. We have prepared a sample by adding dummy record to act as an header section. In this we have added custom class for header row using rowDataBound event. Using this class we can hide the drag and drop icon for that particular row. Please find the below code example.
Please find the below sample link.
|