Hi, i did i didn't use DataGrid though, i needed more than just frozen columns so i went with my own implementation of spreadsheet component. If you need only frozen first column, you could fake it by placing second grid on the left side, which would hold only one column (kinda frozen one)
Andrii Olefirenko --- In [email protected], "markgoldin_2000" <[EMAIL PROTECTED]> wrote: > > Anyone has tried to create an Excel type of DataGrid? Specifically, > when a number of columns on a left can be frozen while the rest is > scrolled horizontally? > > Thanks >

