I love your control and the simplicity of it now you it in all my object based projects its one of the best controls out their for ease of use. One i cant quite figure out is group summings hence if you have set a list view to show groups i would like totals to appear under each order number that the item is grouped by. Such as like this. https://i.imgur.com/iPS5IMi.png I would like to have the totals appear under the costings field is their an easy of doing that.
I love your control and the simplicity of it now you it in all my object based projects its one of the best controls out their for ease of use. One i cant quite figure out is group summings hence if you have set a list view to show groups i would like totals to appear under each order number that the item is grouped by. Such as like this. https://i.imgur.com/iPS5IMi.png I would like to have the totals appear under the costings field is their an easy of doing that.
I love your control and the simplicity of it now you it in all my object based projects its one of the best controls out their for ease of use. One i cant quite figure out is group summings hence if you have set a list view to show groups i would like totals to appear under each order number that the item is grouped by. Such as like this. https://i.imgur.com/iPS5IMi.png I would like to have the totals appear under the costings field is their an easy of doing that.
Sorry this is the correct class here audit list. public class AuditList { [OLVColumn()] public long CutListAuditID { get; set; } [OLVColumn()] public string Username { get; set; } [OLVColumn()] public DateTime WeekStart { get; set; } public long ProductionPlanBatchID { get; set; } [OLVColumn()] public DateTime TimeStamp { get; set; } [OLVColumn()] public long ProductionPlanID { get; set; } }
Object List view not setting data even though data in list.
Do you have example of GetSelectedObject
This is a disucssion form not a stab at objectlistview i love the fast listview and its performance but feel that any time ask a questions its an attack. I did read that but it didnt say what method you should use