Added settings.Height = System.Web.UI.WebControls.Unit.Percentage(100); but it does not work, that is, it is not displayed to the full height, but its width is settings.Width = System.Web.UI.WebControls.Unit.Percentage(100);
- Found a solution for Splitter: settings.FullscreenMode = true; it is necessary to find now for GridView - Emir Mamashov
|