I have an ASP.Net page with VB.net code-behind that has the RadPageLayout, RadComboboxes, TextBox, RadButton, and a RadGrid.
The RadComboboxes, TextBox, RadButton, and RadGrid are placed in the RadPageLayout.
I have set up everything so it looks good on a Desktop/Laptop PC and mobile devices of various sizes.
Everything looks good when the RadGrid has data.
But when the RadGrid has no data, it shrinks rather small. The RadGrid has RenderMode = Auto.
I would like to set the RadGrid to certain width sizes depending on the screen size so it stays the same size on the screen no matter if it has data or not. Is there a way to do that using media queries?
Sincerely,
Keith Jackson