I am posting this not only in hopes of getting an answer, but hopefully to save someone else the madness
this issue drove me to. The scenario is this:
Anyone wlse seen this behavior? Workaround or fix? At the very least I hope I can prevent someone else going nuts with this.
O.K. Did somemore sleuthing and found the answer as screw as it is: I had the width atribute of the WebGroupBy set to 100%. As soon as I removed the width attribute the DateChooser editor in the Ultrawebgris began to work again.(!?)
Here is a simple test page I wrote up, this recreates the problem. Pull the width attribute and problem goes away
ASP Form
<
="server">
>
</
="X-Large"
/>
="100%">
="325px">
="NotSet">
="Yes"
="Separate"
="20px"
="Header"
="OutlookGroupBy">
="Solid"
="200px"
="2">
="1px">
="0px">
="Left">
="1px"
="8.25pt">
="Window">
="False">
="">
="Verdana,Arial,Helvetica,sans-serif"
="200px">
="White">
="11px">
="False"
Code Behind
using
System;
System.Data;
System.Configuration;
System.Collections;
System.Web;
System.Web.Security;
System.Web.UI;
System.Web.UI.WebControls;
System.Web.UI.WebControls.WebParts;
System.Web.UI.HtmlControls;
Infragistics.WebUI.UltraWebGrid;
public
Page
{
e)
FormatGrid();
}
FormatGrid()
UltraWebGrid1.DisplayLayout.AutoGenerateColumns =
;
UltraWebGrid1.DisplayLayout.AllowAddNewDefault=
.Yes;
UltraWebGrid1.DisplayLayout.AllowUpdateDefault =
UltraWebGrid1.DisplayLayout.RowSizingDefault =
.Free;
UltraWebGrid1.DisplayLayout.AllowColSizingDefault =
UltraWebGrid1.DisplayLayout.SelectTypeCellDefault =
.None;
UltraWebGrid1.DisplayLayout.SelectTypeRowDefault =
UltraWebGrid1.DisplayLayout.CellClickActionDefault =
.Edit;
UltraWebGrid1.DisplayLayout.AddNewRowDefault.Visible=
UltraWebGrid1.DisplayLayout.AddNewBox.Hidden =
UltraWebGrid1.Columns.Add(
);
UltraWebGrid1.Columns.FromKey(
.Custom;