Hi, this server control is within its parent control, Grid.
It is not be added into toolbox in the thirty party library.
Currently I manually insert the markup as follows:
<radG:RadGrid ID="RadGrid1" >
<itcacUI:RadGridBoundColumn DataField="CGROUP_RATIO" DataType="System.Double" HeaderText="??????"SortExpression="CGROUP_RATIO" UniqueName="CGROUP_RATIO" IsRequiredField="True" EnableRangeValidation="True" MinValue="0" MaxValue="100" InputType="Integer">
</itcacUI:RadGridBoundColumn>
</radG:RadGrid>
So if I put it into a Assembly, and register this Assembly in the .aspx, the IntelliSense will automatically be enabled?
Thanks,
Ricky.