ginjaninja 622 Posted 3 hours ago Posted 3 hours ago (edited) Hi anyone know how to increase the Dxgrid's absolute width on the tab/page please; i can only get it to take up half the screen width on pluginUI. I see from the PluginUI SDK demo Dxgrid can be full screen in a dialogueview. But i cant find any width attribute or dxgrid/dxgridoption parameter to increase the control's absolute size on a page. I can give absolute column widths but that doesnt change the control's absolute size on a page (just increases the scrolling) thanks in anticipation. Edited 3 hours ago by ginjaninja
Solution softworkz 5266 Posted 1 hour ago Solution Posted 1 hour ago You can't. The grid filling all the space in a dialog view needs to be seen as a different mode where it can behave in ways which aren't possible when it's part of the flow layout as certain interactions would conflict with normal page navigation. In a dialog, it is isolated from the regular interactions because you need to close the dialog first to return to the normal page context. When the grid is on a page view (or any other view where it's not maximized), it is just an element like all the others and bound to the same margins like all other elements. 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now