User Profile & Activity

Guillermo Montes Member
Page
of 3
Posted: May 5, 2011 10:28 AM

Hi Martin,

As you'd expect this is not really an issue about me changing my browser but having our clients do it, which is not as feasible. From my original post:

Please understand that changing the doctype or the browser is not an option for us.


There's no workaround for this? This issue has been present for ~2 years now. I tried IE8 & IE9... I think it's not an issue in native mode, but it always happens in compat mode.

Posted: May 5, 2011 10:24 AM

Hi Lili,

Thanks for your answer, the problem though is a little more detailed than that.

See, I'm setting UserDefaultStyle = true and DefaultStyleMode = Elegant. If it turn the default style completely then I have to build it from scratch... if I use the default I'm somehow covered by whatever style you guys have already in there.

The next step is just overriding whatever default definitions you set for the default styles with our colors... something like this:

.WG5-F {
	border-right: #c0c0c0 1px solid;
	border-top: #c0c0c0 1px solid;
	border-left: #c0c0c0 1px solid;
	border-bottom: #c0c0c0 1px solid;
	background-color: #525D8C;
	text-align: left;
}
.WG5-SBC-A {
	border-right: white 1px solid;
	border-top: white 1px solid;
	font-size: 12px;     /* GENOA - overridden */
	border-left: white 1px solid;
	border-bottom: white 1px solid;
	font-family: arial;
	color: white;
	background-color: #3e4464;
}
.WG5-SBC-O {
	border-right: white 1px solid;
	border-top: white 1px solid;
	font-size: 12px;     /* GENOA - overridden */
	border-left: white 1px solid;
	border-bottom: white 1px solid;
	font-family: arial;
	background-color: #3e4464;
	color: white;
}
.WG5-SBC-N {
	padding-right: 1px;
	padding-left: 1px;
	font-size: 11px;
	padding-bottom: 1px;
	padding-top: 1px;
	font-family: arial;
	background-color: #3e4464;
	color: white;
}
.WG5-GBB {
	background-color: #f4f4f4;
	text-align: left;
}
.WG5-GBBL {
	border-right: white 1px solid;
	border-top: white 1px solid;
	font-weight: normal;
	font-size: 11px;
	border-left: white 1px solid;
	border-bottom: white 1px solid;
	color: #1e2a63;
	text-align: left;
    font-family: arial;    
	background-color: #ced1e1;
}
... More

 

My problem is... I don't know what exactly were those styles originaly, this is something I built using the IE Dev toolbar. And it works... for most of the cases, when the layouts get more complex it gets tricky because padding and borders don't always match.

So... my question is again, would it be possible to get a copy of your css file for the Elegant style to know exactly what I can modify and what I can't?

Posted: May 3, 2011 9:52 AM

Hi Martin,


Are you using IE 7 Compatibility Mode? Because we know it's working in native. Or was this fixed for the 429 build? It was an issue since 401 till 419 (the one we're using). Could you confirm Martin if this is working in IE7 Compat?

Also, I just checked the Update Manager and 429 is not available there.


Thanks

Posted: April 29, 2011 12:19 PM

Thanks for the update Martin, I'll be waiting for news.

Sure,

In your web.config file, you can specify the ClientIDMode property for the pages element. You should have something like this:

<system.web>
...
<pages clientIDMode="AutoID" />

 

If you don't specify the ClientIDMode property that is by default "Predictable", which is required to break the PerformBatchUpdate() method.

Guillermo

Hi Lili,


You web.config gave me the answer, thanks for attaching it. If you remove or change the clientIDMode property in your pages directive to "Predictable" (the default), then your example will break as well.


Is it required to have AutoID with .NET 4.0 solutions?


Regards

Posted: March 16, 2011 9:26 AM
Yeah, that settles it.

Thanks Martin.
Posted: March 15, 2011 10:03 AM

Hi Martin,

Yeah, your reply answers most of my questions. Still, could you help me confirm the two remaining?


1) I don't need the whole 'CommonLibrary' folder in production, just 'CommonLibrary/WebGrid/v7_0_722/Localization', right?


2) Would the steps I tookt be enough to settle the localization issue? (That is moving the files, setting those TextSetting properties and adding the web.config key)


Thanks

Posted: September 1, 2010 10:20 AM

Hi Niven,

I had reported this issue before, please let me know if there's a workaround for this.

Thanks

Posted: August 31, 2010 3:39 PM

Hi Niven,

This is still broken:

·         Columns alignment in hierarchical layouts.

·         Columns alignment in flat layouts with grouping.

I just got 2010 R1 and tested the builds in there (WebGrid 404 and Framework 755).

This screenshot is from your C# Samples project, from the Grouping.aspx page, you just need to swap the Master for the XHTML Master in the @Page directive.

MasterPageFile="DefaultMasterXHTML.master"

The just group by any field and expand the group.

Is there a fix for this?

Guillermo


All times are GMT -5. The time now is 5:45 PM.
Previous Next