or
I have a problem with my bubble chart, the bubbles are out of the axes, do I want to know how the bubbles are cut on the axes?
The image shows how this right now my bubble chart.
If
TypeOf
e.Item
Is
GridEditableItem
Then
e.Item.Edit =
True
End
If
CType
(sender, RadGrid).Rebind()
So I have used a DIV solution to make a div that centers the legend in all the major browsers, but it is
not "clean" and easy...
Has telerik made a control that will do this and allow easy legend manipulation?
I have a attached an image...
The primary issue is that in the
LEGEND tag the align=center is not longer in the w3 specs and should not be used... But
it is the easiest way in firefox to get it centered...
<
fieldset
>
<
legend
align
=
"center"
>Test Fieldset</
legend
>
<
div
>
<
p
>This is just an area that will hold other info...The primary issue is that in the
LEGEND tag the align=center is not longer in the w3 specs and should not be used... But
it is the easiest way in firefox to get it centered... </
p
>
</
div
>
</
fieldset
>
<
ResourceHeaderTemplates
>
<
ResourceHeaderTemplate
ResourceType
=
"1"
>
<
div
class
=
"rsMainHeader"
style
=
"text-align: left;"
>
<
a
href
=
"<%# Eval("
Url") %>" ><%# Eval("Text") %></
a
>
<
br
/>
<
label
id
=
"projectLeaderLabel"
runat
=
"server"
></
label
>
<
label
id
=
"participantsLabel"
runat
=
"server"
></
label
>
</
div
>
</
ResourceHeaderTemplate
>
<
ResourceHeaderTemplate
ResourceType
=
"2"
>
<
div
class
=
"rsMainHeader"
style
=
"text-align: left;"
>
<%# Eval("Text") %>
</
div
>
</
ResourceHeaderTemplate
>
</
ResourceHeaderTemplates
>
System.Web.HttpUnhandledException (0x80004005): Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.NullReferenceException: Object reference not set to an instance of an object.
at Telerik.Web.UI.RadFilterDataFieldEditor.CreateEditorFrom(RadFilterDataFieldEditor baseEditor)
at Telerik.Web.UI.RadFilterDataFieldEditorCollection.RetrieveEditorForFieldName(String fieldName)
at Telerik.Web.UI.RadFilterSingleExpressionItem.SetupFunctionInterface(Control container)
at Telerik.Web.UI.RadFilterExpressionItem.CreateFunctionalInterface()
at Telerik.Web.UI.RadFilterExpressionItem.InitializeItem()
at Telerik.Web.UI.RadFilter.CreateFilterItems()
at Telerik.Web.UI.RadFilter.CreateControlHierarchy()
at Telerik.Web.UI.RadFilter.CreateChildControls()
at System.Web.UI.Control.EnsureChildControls()
at System.Web.UI.Control.FindControl(String id, Int32 pathOffset)
at System.Web.UI.Control.FindControl(String id, Int32 pathOffset)
at System.Web.UI.Control.FindControl(String id, Int32 pathOffset)
at System.Web.UI.Control.FindControl(String id, Int32 pathOffset)
at System.Web.UI.Control.FindControl(String id, Int32 pathOffset)
at System.Web.UI.Control.FindControl(String id, Int32 pathOffset)
at System.Web.UI.Control.FindControl(String id, Int32 pathOffset)
at System.Web.UI.Page.FindControl(String id)
at System.Web.UI.Page.ProcessPostData(NameValueCollection postData, Boolean fBeforeLoad)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.HandleError(Exception e)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context)
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at ASP.site_home_aspx.ProcessRequest(HttpContext context) in c:\Users\David\AppData\Local\Temp\Temporary ASP.NET Files\root\b61e1bf9\22b85fdb\App_Web_4pvgfzv1.0.cs:line 0
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)