2 Answers, 1 is accepted
Hi, Siddharth,
Please have in mind that the summary item is always associated with a column. If you want a summary value to be fixed and not scrolled horizontally, it is necessary to pin the column:
https://docs.telerik.com/devtools/winforms/controls/gridview/columns/pinning-and-unpinning-columns
I hope this information helps. If you need any further assistance please don't hesitate to contact me.
Regards,
Dess | Tech Support Engineer, Principal
Progress Telerik
Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.
Hi
Is there any approach in gird to merge columns in grid?
Is there any way we can have some custom row which we can place at top / Bottom and that will not scroll horizontally and vertically ?
Hello, Shubham,
If you want to show a summary row you can choose from displaying it at top or bottom of the grid. This can be done by adding the summary item into the respective SummaryRowsTop/SummaryRowsBottom collection. In order to disallow scrolling you can use the approach that Dess suggested and pin the column with which the summary item is associated. Thus, the summary item would remain as it is.
More information is available here: Summary Rows - WinForms GridView Control - Telerik UI for WinForms
I hope this information helps. Should you have any other questions do not hesitate to contact me.
Hello, Siddharth,
RadGridView doesn't support cells merging out-of-the-box. I would recommend you to have a look at the following KB article, demonstrating a different approach that you may follow in order to simulate similar behavior: RadGridView Merge Cells - Telerik UI for WinFormsWe already have a similar request in our feedback portal. You can track its progress, subscribe for status changes and add your comments on the following link: RadGridView - introduce merge cells/rows functionality. You can also vote for its implementation to increase its priority.
I hope this information helps. If you have any other questions, please don't hesitate to contact me.
Regards,
Nadya
Progress Telerik
Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.