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
205
XamGrid ColumnMovingSettings in Style
posted

Hi,

I'm building an application and i have more than 230 XamGrids in it. All of then must have the same layout, so i built an style for it. The problem is: all XamGrids need to be movable, so how can I do it in Style or any other generic way? Will I need to set this property for each grid? Or the best solution is to inherit XamGrid class and set that property in code?

 

Thanks!

Parents
No Data
Reply
  • 6912
    posted

    Hi,

    Could you give more details on your use case? Do you have 230 different XamGrids?

    What do you mean by "same layout":

     - same styling, i.e. UI, Templates, Styles and UI Customizations

     - or same Columns structure, ColumnLayouts, XamGrid Settings (like Paging, Grouping and etc.)

    Regards,

Children