The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
hi,
i think there should be a simple solution to this, but i looked thru the examples and couldn't find the right answer
another question is
is there any way i can just sort certain range of rows in a datagrid, not the whole grid?
i know that you can specify not to sort a number of rows on the top not to be sorted but what if i want a few rows in the middle not to be sorted?
thank you very much!
ADAdministrator Syncfusion Team June 9, 2003 07:58 PM UTC
> hi,
> i think there should be a simple solution to this, but i looked thru the examples and couldn't find the right answer
>
> another question is
> is there any way i can just sort certain range of rows in a datagrid, not the whole grid?
> i know that you can specify not to sort a number of rows on the top not to be sorted but what if i want a few rows in the middle not to be sorted?
>
> thank you very much!
>
One way you can avoid a cell becoming editable is to set the CellType property for the cell's style to Static.
Currently, there is no simple way to sort interior rows.