User Profile & Activity

João Norte Member
Posted: November 16, 2009 11:26 AM

I,

I found the cause of my problem.

In weggrid defeniton I have:  

 <ISWebGrid:WebGrid runat="server" DefaultStyleMode="Elegant" width="100%">

<LayoutSettings  AllowExport = "Yes" AutoHeight = "true"></LayoutSettings>

Its work perfect when in stylesheet I have:

html

{

Height:100%;

}

The problem is when html element have this style the menu export dont be showed.

If I delete html element defenition from style sheet the webgrid has shoed like image in attach.

Are any way to solve this different the replace: 

"<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">" by:

 "<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >"

 

Thanks

Posted: November 9, 2009 5:54 AM

I,

I verify your sugestion; I have all this files in my Bin directory and problem still.

I dont use SmartWebResorces but files are in bin directory.

All works fine in WebGrid 6.

I remember, has no error when click in export button but menu not appear.

Any other sugestions?

 

Thanks.

Posted: November 4, 2009 4:39 AM

Hi,

 

Yes I want the Iframe pane to be reload every time I click the WebExplorerBar.

 

In load event of form (server side) I need something like this:

 

Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load

                Label1.Text = Date.Now.ToString

End Sub

 

This only show the correct time in 1rts call.

I need this update every time.

All times are GMT -5. The time now is 3:38 AM.
Previous Next