Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Disappearing datagrid
Message
Information générale
Forum:
ASP.NET
Catégorie:
Formulaires Web
Divers
Thread ID:
00903190
Message ID:
00903545
Vues:
16
Danny,
Thanks for the input and the explaination. It turned out that on the reloading of the page, the datasource of the DataGrid was being specified.
I've now added that to the code that runs during a reload and that problem is now solved.

Thank you for trying to help and for explaining "Z-INDEX"... I looked in HELP and didn't see an example of using that so I never would have known how if not for you.

Thanks,
Rick

>dgDataGridName.Style("Z-INDEX") = "2700"
>
>The above code sets the ZIndex of the given control ... A control with a ZIndex of 5 will sit on top of a control with a ZIndex with 3 ... In other words, controls are placed on top of other controls with a ZIndex less than their own when the form is rendered.
>
>I was thinking that when the edit link was clicked, the ZIndex of the grid may have been lowered below that of the panel..? 2700 is abnormally high so it should've been above anything else rendered on the form (ASP.net starts numbering controls at 100 ad goes up from there).
>
>The only other advice I could offer would be to remove the grid from the panel add see if the same thing happens. It almost sounds like the grid is behind the panel...
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform