MobileObjectList Details View customization

L

Lee_Nover

how to set the order of the fields and which fields to show

this is the class I want displayed (the list displays and array of this
class)

private class PlanDelaPregled
{
private TPDDelavecTeden FPlanDela;

public PlanDelaPregled(TPDDelavecTeden APlanDela) {
this.FPlanDela = APlanDela;
}

public string Delavec { get { return FPlanDela.Delavec; } }
public Int32 DelavecID { get { return FPlanDela.DelavecID; } }
public string Ponedeljek { get { return
FPlanDela.Ponedeljek.Besedilo + " " + FPlanDela.Ponedeljek.Dodatno; } }
public string Torek { get { return FPlanDela.Torek.Besedilo + " "
+ FPlanDela.Torek.Dodatno; } }
public string Sreda { get { return FPlanDela.Sreda.Besedilo + " "
+ FPlanDela.Sreda.Dodatno; } }
public string Cetrtek { get { return FPlanDela.Cetrtek.Besedilo + "
" + FPlanDela.Cetrtek.Dodatno; } }
public string Petek { get { return FPlanDela.Petek.Besedilo + " "
+ FPlanDela.Petek.Dodatno; } }
public string Skupaj { get { return FPlanDela.Skupaj; } }
public TPDDelavecTeden PlanDela { get { return FPlanDela; } set
{ FPlanDela = value; } }
}


in List mode the displayed fields are:
"Delavec;Ponedeljek;Torek;Sreda;Cetrtek;Petek"
in Details view I'd like to display only
"Ponedeljek;Torek;Sreda;Cetrtek;Petek" - in this order !
currently in the Details view all fields are displayed and in an unrelated
order

tnx
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top