This is a migrated thread and some comments may be shown as answers.

Display Attributes Seem to be ignored

1 Answer 123 Views
VirtualGrid
This is a migrated thread and some comments may be shown as answers.
Steve
Top achievements
Rank 1
Steve asked on 07 Feb 2018, 10:44 PM

We use Display attributes to govern exclusion of columns and to define headers and string lengths.  This work well with the RadGridView, but doesn't seem to be supported in the VirtualGrid.  Is this true or have I missed something?

Examples:

    [Display(AutoGenerateFilter = false, AutoGenerateField = false)]
    public int ID

     [Display(Name = "Status", ShortName = "Status", ResourceType = typeof(IC.RES.Properties.Resources), Order = 5000)]
     public String StatusLiteral

1 Answer, 1 is accepted

Sort by
0
Dilyan Traykov
Telerik team
answered on 09 Feb 2018, 03:23 PM
Hello Steve,

Indeed, the RadVirtualGrid control does not yet provide support for the Display attribute. I have, however, logged a new feature request in our feedback portal regarding this and you can subscribe for it to get notified about any changes in its status. You can also vote for the request to raise its priority in our backlog.

Should any other questions or concerns arise, do not hesitate to contact me again.

Regards,
Dilyan Traykov
Progress Telerik
Want to extend the target reach of your WPF applications, leveraging iOS, Android, and UWP? Try UI for Xamarin, a suite of polished and feature-rich components for the Xamarin framework, which allow you to write beautiful native mobile apps using a single shared C# codebase.
Tags
VirtualGrid
Asked by
Steve
Top achievements
Rank 1
Answers by
Dilyan Traykov
Telerik team
Share this question
or