Hi all !
i have project using WebDataGrid v13.1
when i set enable RowSelectors grid
the grid header has more row on top. how remove this
when set disable RowSelectors:
Hello,In general there should not be such change in the header, if only the row selectors are enabled.The expected behavior when row selectors are enabled could be found at our online samples: http://es.infragistics.com/samples/aspnet/data-grid/row-selectors
Are you by any chance using Multi column headers? For reference: http://es.infragistics.com/samples/aspnet/data-grid/multi-column-headers
If you continue experiencing difficulties removing it, could you share the markup and CodeBehind code, in order to further look into this?
Hello Ivaylo!
Thank you for your answers.
i added code to project
document.onreadystatechange = function () { if (document.readyState == "complete") { if ($("tr[mkr='sizeHeaderRow']") != null) { $("tr[mkr='sizeHeaderRow']").css("display", 'none'); } } };
but line of the column was athwart
please let me fix that.
Thank you!
Hello Nguyen,
You could reference to the following forum thread, as there is a solution for similar misalignment scenario in the context of WebDataGrid. http://es.infragistics.com/community/forums/t/83908.aspx
I believe you could implement the custom rows alignment for this Header Row scenario as well.
I am looking forward your feedback!
Hello Nguen,
Please feel free to contact us if you need any further assistance with this matter.
HelloVasya, Ivaylo !
I have followed your directions. but can not fix that error.
I don't know what to do next
can you please send me the whole project, so that I will be able to investigate the problem.
What result do you get from the provided solutions? Looking forward to your answer.
were you able to resolve the issue?
If you have any concerns or questions, please feel free to contact me.
did you changed any of the default styles of the Infragistics grid?
As it seems that the header is modified a lot and this might cause the problems with the alignment.
As it seems this mostly occurs in Google Chrome, in other browsers it's not so visible.
Thank you, Nguyen,
I will need some time to investigate this and will let you know the solution.
Hellp Yana !
Here my project. I have followed from the provided solutions but i can not fix. Please help
Thank you !