or

<telerik:GridDropDownColumn ColumnEditorID="GridDropDownColumnEditor1" DataField="Lokacija" DataSourceID="SqlDataSourceLokacija" DataType="System.Int64" HeaderText="Lokacija" ListTextField="NazivLokacije" ListValueField="idLokacije" UniqueName="ColumnLokacija" > <FilterTemplate> <telerik:RadComboBox ID="ColumnLokacija" runat="server" AppendDataBoundItems="true" DataSourceID="SqlDataSourceLokacija" DataTextField="NazivLokacije" DataValueField="idLokacije" Height="200px" OnClientSelectedIndexChanged="TitleIndexChanged" SelectedValue='<%# TryCast(Container, GridItem).OwnerTableView.GetColumn("ColumnLokacija").CurrentFilterValue%>'> <Items> <telerik:RadComboBoxItem Text="All" /> </Items> </telerik:RadComboBox> <telerik:RadScriptBlock ID="RadScriptBlock1" runat="server"> <script type="text/javascript"> function TitleIndexChanged(sender, args) { var tableView = $find("<%# TryCast(Container,GridItem).OwnerTableView.ClientID %>"); tableView.filter("ColumnLokacija", args.get_item().get_value(), "EqualTo"); } </script> </telerik:RadScriptBlock> </FilterTemplate></telerik:GridDropDownColumn>

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 = TrueEnd IfCType(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>