Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
455
changing one row into card view and keeping the rest normal
posted

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

  • 469350
    Suggested Answer
    Offline posted

    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.