-
Here is a working sample, it is based on the scrolling_tabgroups sample: <%@ Page Language="C#" %> <%@ Register TagPrefix="ComponentArt" Namespace="ComponentArt.Web.UI" Assembly="ComponentArt.Web.UI" %> < !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" > < html xmlns = "http://www.w3.org/1999/xhtml" xml : lang = "en" lang = "en"...
-
I would like to utilize the built in full screen features of splitter. I have the splitter in the master page and set the FullWidth and FullHeight to true. IE7, Firefox works fine but Chrome displays minimal height possible for the splitter (which is the height of the splittler icon in the middle). I tried taking the master page out of the equation and it works fine with Chrome. I don't think the code matter, any splitter in master page in Chrome.
-
I have found a solution (in this forum) for some of my other Grids which are inside a Callback that on his part is inside a Splitter. It said that I have to call a resize method when a Splitter pane fires the resize event and then set the width and the height of the Callback to the new values according to the pane size. You have also to set FillContainer & AutoAdjustPageSize of the Grid to true. This works fine. Now I have got another Grid in this Splitter but it's nested a little more and...
-
I feel like I must be making a silly mistake somewhere. I have many pages that use a CA grid, mostly wrapped up into a user control. When I load a page with no data in the grid, the grid is right size. When I load the page with at least one row, the grid is 10 - 20 px wider than I specify. This happens when the grid is loaded at the server, or on the client using a web service and the Grid.load command. I see some different issues and resolutions on the forums, but mainly dealing with resizing the...