Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

Update grid on Auto refresh Tick

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>

Spoiler
Spoiler
<ni:AutoRefresh ID="GraphRefresh" runat="server" Interval="00:00:1.000" OnRefresh="OnRefresh">
  <DefaultRefre**bleep**ems>
    <ni:Refre**bleep**em ItemID="ChannelGraph" />
  </DefaultRefre**bleep**ems>
</ni:AutoRefresh>
0 Kudos
Message 1 of 1
(4,953 Views)