Browse Forum Posts by Tags

Showing related tags and posts for the Forums application.

  • Re: Tab Strip not Resize properly when window resize

    Posted to TabStrip for ASP.NET AJAX by Chris on Oct 23, 2009
    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"...
  • Splitter in Master Page, FillHeight = true doesn't work well.

    Posted to Splitter for ASP.NET AJAX by jsliger on Sep 23, 2009
    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.
  • How to resize a grid which is inside many other controls?

    Posted to DataGrid for ASP.NET AJAX by wowa777 on Sep 14, 2009
    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...
  • Grid size changes when not empty

    Posted to DataGrid for ASP.NET AJAX by WayneScott on Sep 2, 2009
    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...
Page 1 of 1 (4 items)