Trying to use the Bubble Type layer on a map.
Have successfully downloaded the urban-areas.json file using the WebServiceDataSourceSettings inside the RadClientDataSource and referencing the appropriate ClientDataSourceID in the MapLayer referencing the Bubble type.
I am trying to duplicate generating the GeoJason data, not from a file, but, from vb.net code behind using <WebServiceDataSourceSettings Select-DataType="JSON" Select-RequestType="POST" Select-ContentType="application/json" ServiceType="GeoJSON" Select-Url="testHeatMap.aspx/jsonsalesdata"></WebServiceDataSourceSettings>, where testHeatMap.asxp/jsonsalesdata is a public function that produces the same formatted json text.
While using the sample urban-areas.json file inside the RadClientDataSource produces the correct bubbles, not matter what I try in the code behind to produce the same json string, my Bubble layer will not render.
Any ideas or suggestions or examples?
Thanks.
Hi,
I have a RadHtmlChart with dynamic data binding and DateTime values on the x-axis.
I'd like to put a Navigator under the chart, and I know that that is possible only if property Layout = "Stock".
But when I set this value on the Layout property, the chart appears very approximate, and almost impossible to read (example images attached).
Why is this happening? Is there a way to show the chart with every value or, at least, reduce the amount of this approximation?
Thank you.
Hi. i would like to find out if there is an cleaner and easier way for the file extension validation other than using AllowedFileExtension.
As the allowed file extension is alot and i only want to block extension like exe, sql, bat. is there any way to achieve this?
i want the validation to automatically fired like when used with the AllowedFileExtension
I use Rad Navigation in a Control and MasterPage.
When i use Silk skin, font in sub menu is lost.
Se attached image
I am using the following to override the hover color of my radgrid. Would like to also override the hover color of my pager control (buttons and page size dropdown...) to match current color. Which CSS rule should be overridden. Thanks.
.RadGrid_Simple .rgHoveredRow td
{
backgroud-color: #812323
}
<telerik:RadRotator ID="catholicFactRotator" runat="server" RotatorType="AutomaticAdvance" |
FrameDuration="3000" ScrollDirection="Up" > |
</telerik:RadRotator> |
protected void Page_Load(object sender, EventArgs e) |
{ |
Data data = new Data(); |
this.radrotator1.DataSource = data.GetListofStrings(); |
this.radrotator1.DataBind(); |
} |