i have a simple grid in my application and for some reason the header doesn’t appear right away but when i click on it ,it shows and also it is padding to the right and to the bottom,so i can’t see the whole word
so what can i do?
Most probably you are using some global css rules ( for TD,DIV tags ) which affect the elements inside grid.
If issue still occurs - please provide any kind of sample where issue can be reconstructed. ( you can send in directly to support@dhtmlx.com )
>>doesn’t appear right away but when i click on it ,it shows
Can be cause by global css style , or by init grid inside invisible, or zero-size container.
Please be sure that grid’s container is visible and has some default size defined on initialization moment.