Hi
I am using GroupByHeaderFirstColumnSpan property in my Radgrid to group the columns.
I want to use static headers and frozen columns with the same but on adding this, grid is losing the data.
Please let me know if we can use static headers and frozen columns with GroupByHeaderFirstColumnSpan property set in Radgrid.
8 Answers, 1 is accepted
Can you please share your RadGrid markup so that we can revise your exact configuration locally and advise you further?
Regards,
Maria Ilieva
Telerik
Hi Maria,
I was able to implement Static headers and frozen columns in my hierarchical radgrid.
It is working fine in IE, but not in Chrome and Firefox.
Could you please provide some suggestions for the same.
There is a lot of extra space after the last column in Chrome and Firefox.
Also it is a hierarchical grid. For child rows frozen columns is working fine but for parent rows frozen column count needs to be reduced by 1. Is it possible to implement this? Can we set this frozen column count for parent and child row separately?
Frozen columns are supported only for the master level. The current implementation does not support frozen column with hierarchy for the rest of the levels. Considering this I suggest revising the requirements and letting us know if additional questions arise.
Regards,
Angel Petrov
Telerik
Hi Angel,
I have been able to resolve all the issues except a UI issue.
I have set header style width to some value in pixel and table layout as fixed for MasterTableView. When we scroll right, there is a lot of extra space after last column in Chrome and Firefox. It is working fine in IE. Can you please provide some suggestions to resolve the same?
Based on the information it would be difficult to determine why is this white space appearing. Is column resizing enabled?
Please share with us the entire page contents(markup and code-behind) and elaborate on what version of the controls is the application using. That would enable us to further research the matter.
Regards,
Angel Petrov
Telerik
Hi Angel,
I was able to resolve these issues using latest version of Telerik dll's and table layout as auto.
I have not enabled resizing since it is distorting the grid display.
Text for few frozen columns is overlapping. Can you help me resolve this issue?
Based on the provided information till now it will be very difficult to determine what exactly is causing the overlapping issue you are facing.
Please share with us the entire page contents(markup and code-behind) and elaborate on what version of the controls is the application using. That would help us to further research the matter.
Regards,
Maria Ilieva
Telerik