hello,
What I'm trying to do is when you click on a row, I want to change it to card view, but keep the other ones in normal view. But if you click on another row after that change the previously focused one to normal view and the newly focused one into card view. is there any way to do this?
Thanks in advance,
Joel
Hi Joel,
No, you can't change a single row to CardView, Cardview applies to the entire band. It sounds like what you want is the new RowEditTemplate feature. This feature allows you to bring up a separate edit window where the user can edit a single row. I beleive this feature was added to the grid in v8.3, or perhaps v8.2. There is, of course, a sample in the WinGrid Samples Explorer. The samples install with the NetAdvatange SDK.