Hi Vidhika,
Thanks for using Syncfusion product.
We have analyzed this. Find response for this based on the controls
Chart: You can find the chart title and subtitle position in the below link
Link: http://js.syncfusion.com/demos/web/#!/azure/chart/chartcustomization/subtitle
We have replicated your scenario in our sample. But we are not able to reproduce the reported issue.
So kindly revert back your sample or replication procedure to reproduce this. So that we can find and fix the issue sooner.
Grid:
Currently, we don’t have any inbuilt support to provide Tile and Subtitle for Grid control. But we can achieve your requirement by placing html elements, that holds the title and subtitle, before the Grid.
Please refer the below code snippet.
<style>
#title{
text-align:center;
font-weight:bold;
font-size:25px;
}
#subtitle{
text-align:center;
font-weight:200;
font-size:20px;
}
style>
<div id="title" >Titlediv> <div id="subtitle" >Sub Titlediv>
<ej:Grid ID="OrdersGrid" runat="server" AllowPaging="True" >
. . . . . . ej:Grid>
|
For your convenience, we have created a simple sample with the above solution and the sample can be downloaded from the below location.
Sample Link: http://www.syncfusion.com/downloads/support/forum/118720/Sample1747219507.zip
Radial Gauge:
We can meet your requirements “ set title and sub title based on the positions” by using our “Custom Label” support. Please refer our online sample and documentation to know about the “custom Labels” from the following location.
Sample:
http://asp.syncfusion.com/demos/web/circulargauge/customlabel.aspx
Document:
http://help.syncfusion.com/ug/js/default.htm#!documents/customlabels.htm
Linear Gauge:
Sample:
http://asp.syncfusion.com/demos/web/lineargauge/customlabel.aspx
Document:
http://help.syncfusion.com/ug/js/default.htm#!documents/customlabels1.htm
Please let us know if you have any concern.
Thanks,
Jayavigneshwaran