Hi,
I have on telerik radgrid in the same page as of the graph constructed by NI. I want to refresh the grid when OnRefresh method called by AutoRefresh. Can any one tell me how to add the item id of grid in the <DefaultRefre**bleep**ems> of the NI.
<ni:WaveformGraph ID="ChannelGraph" runat="server" Width="620" Height="250">
<XAxes>
<ni:XAxis AutoSpacing="False" InteractionMode="None" Mode="StripChart" Visible="False">
</ni:XAxis>
</XAxes>
<YAxes>
<ni:YAxis Mode="Fixed" Range="-1,100" Visible="False">
</ni:YAxis>
</YAxes>
</ni:WaveformGraph>
<DefaultRefre**bleep**ems>
<ni:Refre**bleep**em ItemID="ChannelGraph" />
</DefaultRefre**bleep**ems>
</ni:AutoRefresh>