AdvancedDataGrid LockedRowCount not working
Posted
by online19
on Stack Overflow
See other posts from Stack Overflow
or by online19
Published on 2009-04-24T18:28:30Z
Indexed on
2010/03/28
13:03 UTC
Read the original article
Hit count: 275
I am trying to lock the 1st row in my ADG. This 1st row is the SummaryRow. When I set the lockedRowCount property to 1, it still does not freeze the 1st row. I have tried with different numbers, but it is still not working. In fact, when I try to trace the value for lockedRowCount, it traces it as 0. Can anyone provide suggestion on how to do this with the lockedRowCount property or if you can provide me with another workaround, that'll be great.
Thanks :)
© Stack Overflow or respective owner