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
1360
Determine Fields Visible on the screen in group by mode
posted

So I can tell which fields are visible on the screen by using the GetCellsInView method, but when you do a group by field, this returns nothing unless you expand one of the groups.

Is there a way to determine which fields are visible WITHOUT having to expand one of these records please?

Thanks,
Doug Rees

Polo Ralph Lauren

Parents
No Data
Reply
  • 138253
    Offline posted

    Hello Doug,

     

    Thank you for your post. I have been looking into it and I can say that if there is no group expanded you are not able to get the Fields that are gone be in view. I can suggest you either handle the XamDataGrid’s RecordExpnaded event and call the GetCellsInview there or handle the CellsInViewChanged event. Please let me know if this helps you or you need further assistance on this matter.

     

    Looking forward for your reply.

Children